diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 37240faf..ad6ba260 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -255,7 +255,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- -- By default, do nothing. myStartupHook = do - spawnOnce "keepassxc" + spawnOnce "keepassxc", spawn "trayer --edge bottom --align right --SetDockType true --SetPartialStrut true --height 30 --transparent true --alpha 0 --tint #000000 --widthtype request" ------------------------------------------------------------------------