This commit is contained in:
Sakooooo 2023-07-24 18:08:25 +03:00
parent 196666bc67
commit 74417057bb
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -261,6 +261,8 @@ myLogHook h = dynamicLogWithPP $ def {
-- By default, do nothing.
myStartupHook = do
spawnOnce "keepassxc"
spawnOnce "nm-applet"
spawnOnce "blueman-applet"
spawn "trayer --edge bottom --align right --heighttype request --widthtype request --alpha 0 --transparent true --tint '#000000'"
------------------------------------------------------------------------