6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
xrandr --output DP-1 --above LVDS-1 --auto
|
|
|
|
feh --randomize --bg-fill ~/Backgrounds/*
|