mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Add dunst for notifications
This commit is contained in:
parent
dbb62c1588
commit
dbd37392b8
2 changed files with 307 additions and 0 deletions
|
@ -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 &"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue