Adding notify-log script to xmonad/xmobar.

This commit is contained in:
Derek Taylor
2023-01-01 12:52:05 -06:00
parent b40026471e
commit e6c08d2a75
3 changed files with 3 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ myStartupHook = do
spawnOnce "picom"
spawnOnce "nm-applet"
spawnOnce "volumeicon"
spawnOnce "notify-log ~/.log/notify.log"
spawn "/usr/bin/emacs --daemon" -- emacs daemon for the emacsclient
#+END_SRC