add: wired (notification daemon)

This commit is contained in:
Léana 江 2023-12-25 16:25:59 +01:00 committed by Léana 江
parent 721e3de61e
commit 477f4df8b4
4 changed files with 107 additions and 5 deletions

View file

@ -124,6 +124,7 @@ myKeymaps =
myXmobarPP = def
myStartupHook = do
-- system tray
spawnOnce $ T.unpack
[text|
trayer \
@ -131,6 +132,8 @@ myStartupHook = do
--SetPartialStrut true --expand true --width 10 \
--transparent false --tint 0xFFFFFF --height 18
|]
-- notification daemon
spawnOnce "/usr/bin/env wired &"
main = xmonad
. ewmhFullscreen . ewmh