This commit is contained in:
Sakooooo 2023-07-24 00:55:40 +03:00
parent 7ea0d96af3
commit 5b1a90fc83
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -256,7 +256,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
-- By default, do nothing.
myStartupHook = do
spawnOnce "keepassxc"
spawn "trayer --edge bottom --align right --SetDockType true --tint #000000 --SetPartialStrut true --expand true --transparent true --alpha 0"
spawn "trayer -l --edge bottom --align right --SetDockType true --tint #000000 --SetPartialStrut true --expand true --transparent true --alpha 0"
------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up.