6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xrandr --output VGA1 --left-of LVDS1 --auto
|
|
|
|
feh --randomize --bg-fill ~/Pictures/Backgrounds/*
|