dmenu_displays to restrict wallpaper less

This commit is contained in:
Von Random 2019-01-26 04:19:50 +03:00
parent 9a184dd062
commit e8ed1dc0e2

View file

@ -12,6 +12,6 @@ case $selection in
($VARIANTS[3]) /usr/bin/xrandr --output $DISPLAY_LEFT --auto --output $DISPLAY_RIGHT --auto --right-of $DISPLAY_LEFT ;;
(*) exit 1 ;;
esac
/usr/bin/feh --bg-${WP_MODE-scale} $HOME/.wallpaper.png
/usr/bin/feh --bg-${WP_MODE-scale} $WALLPAPER
/usr/bin/sleep 1
exit 0