move dunst on screen change

This commit is contained in:
Luke Smith 2018-12-18 12:53:34 -05:00
parent 2eaa0b06b6
commit 2679c2cd46
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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