Re-apply background image when rotating
feh doesn't resize things automatically, so it gets kind of messed up
This commit is contained in:
parent
5942ab076e
commit
f16f58b318
@ -25,3 +25,8 @@ done
|
|||||||
|
|
||||||
|
|
||||||
xrandr -o $rotate
|
xrandr -o $rotate
|
||||||
|
|
||||||
|
if [ -e "$HOME/.fehbg" ]
|
||||||
|
then
|
||||||
|
~/.fehbg
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user