Add dunst for notifications

This commit is contained in:
ItsDrike 2021-07-22 21:56:07 +02:00
parent dbb62c1588
commit dbd37392b8
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 307 additions and 0 deletions

View file

@ -319,6 +319,7 @@ myStartupHook :: X ()
myStartupHook = do
spawnOnce "setbg &"
spawnOnce "nm-applet &"
spawnOnce "dunst &"
spawnOnce "trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 &"
spawnOnce "$HOME/.config/xmonad/scripts/autostart.sh"
--spawnOnce "emacs --daemon &"