dmenu_displays to restrict wallpaper less
This commit is contained in:
parent
9a184dd062
commit
e8ed1dc0e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue