toggle monitor resets feh background
This commit is contained in:
parent
aa8caa69ca
commit
1155bf99f6
|
@ -10,3 +10,6 @@ else
|
||||||
echo "Turing second monitor on"
|
echo "Turing second monitor on"
|
||||||
xrandr --output "$secondary" --left-of "$primary" --auto
|
xrandr --output "$secondary" --left-of "$primary" --auto
|
||||||
fi
|
fi
|
||||||
|
. "${HOME}/.cache/wal/colors.sh"
|
||||||
|
PATH_TO_IMG=$wallpaper
|
||||||
|
feh --bg-fill $PATH_TO_IMG
|
||||||
|
|
Loading…
Reference in New Issue