From f16f58b3181d14ab2eeb0698b8074aede7a045b8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 18 Aug 2021 21:08:29 -0400 Subject: [PATCH] Re-apply background image when rotating feh doesn't resize things automatically, so it gets kind of messed up --- .config/i3/rotate.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/i3/rotate.sh b/.config/i3/rotate.sh index 6588013..9359359 100755 --- a/.config/i3/rotate.sh +++ b/.config/i3/rotate.sh @@ -25,3 +25,8 @@ done xrandr -o $rotate + +if [ -e "$HOME/.fehbg" ] +then + ~/.fehbg +fi