1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

scripts/dock-displays: update fehbg after resize

This commit is contained in:
Joe Groocock 2018-03-31 21:55:50 +01:00
parent c797593e9f
commit 2b8ab8cb37
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -15,3 +15,7 @@ MODENAME=${MODELINE%% *}
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