Re-apply background image when rotating

feh doesn't resize things automatically, so it gets kind of messed up
This commit is contained in:
Adam Goldsmith 2021-08-18 21:08:29 -04:00
parent 5942ab076e
commit f16f58b318
1 changed files with 5 additions and 0 deletions

View File

@ -25,3 +25,8 @@ done
xrandr -o $rotate
if [ -e "$HOME/.fehbg" ]
then
~/.fehbg
fi