diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 9d92ec24..161e0a95 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -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 --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.