Change how feh fills the screen.

This commit is contained in:
Bartek Stalewski 2022-03-27 19:26:08 +02:00
parent 56fedb2563
commit 416add78cf

View file

@ -39,7 +39,7 @@ onescreen() {
} }
postrun() { postrun() {
feh --no-fehbg --bg-scale ~/.local/share/wallpaper feh --no-fehbg --bg-fill ~/.local/share/wallpaper
{ killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen { killall dunst ; setsid -f dunst ;} >/dev/null 2>&1 # Restart dunst to ensure proper location on screen
kill -46 $(pidof dwmblocks) kill -46 $(pidof dwmblocks)
} }