move dunst on screen change
This commit is contained in:
parent
3c79930989
commit
2a419b908e
1 changed files with 2 additions and 0 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue