Rollback feh setup.

This commit is contained in:
Bartek Stalewski 2022-03-31 01:14:05 +02:00
parent 1074c0acc2
commit 3ed998d8a3

View File

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