move dunst on screen change

This commit is contained in:
Luke Smith 2018-12-18 12:53:34 -05:00
parent 3c79930989
commit 2a419b908e

View file

@ -45,3 +45,5 @@ esac
feh --bg-scale "$HOME/.config/wall.png"
# Re-remap keys if keyboard added (for laptop bases)
remaps
# Restart dunst to ensure proper location on screen
pgrep -x dunst >/dev/null && killall dunst && setsid dunst &