mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add: wired (notification daemon)
This commit is contained in:
parent
721e3de61e
commit
477f4df8b4
4 changed files with 107 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue