diff --git a/lakesidesunrise.jpg b/lakesidesunrise.jpg new file mode 100644 index 0000000..35ebfab Binary files /dev/null and b/lakesidesunrise.jpg differ diff --git a/scripts/4screens b/scripts/4screens index 13b8da2..eb6f964 100755 --- a/scripts/4screens +++ b/scripts/4screens @@ -11,4 +11,4 @@ xrandr --output $BOTTOM_LEFT --primary --mode 1920x1080 --pos 0x1080 --rotate no --output $TOP_RIGHT --mode 1920x1080 --pos 1920x0 --rotate inverted \ --output $BOTTOM_RIGHT --mode 1920x1080 --pos 1920x1080 --rotate normal -[ -e ~/.fehbg ] && ~/.fehbg +feh --no-fehbg --no-xinerama --bg-fill ~/pictures/lakesidesunrise.jpg diff --git a/scripts/dock-displays b/scripts/dock-displays index 421f396..4be99f5 100755 --- a/scripts/dock-displays +++ b/scripts/dock-displays @@ -16,6 +16,4 @@ xrandr --newmode $MODELINE 2>/dev/null || true xrandr --addmode $OUTPUT $MODENAME 2>/dev/null || true xrandr --output $OUTPUT --mode $MODENAME -if [ -f ~/.fehbg -a -x ~/.fehbg ]; then - ~/.fehbg -fi +feh --no-fehbg --no-xinerama --bg-fill ~/pictures/lakesidesunrise.jpg