i swear if its the comma

This commit is contained in:
Sakooooo 2023-07-24 01:25:09 +03:00
parent 9b307d5421
commit f8ec7c12d7
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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"
------------------------------------------------------------------------