From 306c912d58807361fada4d0af672dcb1a6db2ae5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:29:51 +0300 Subject: [PATCH] ok --- config/xmonad/xmonad.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index ad6ba260..4192ef42 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -224,7 +224,8 @@ myManageHook = composeAll [ className =? "MPlayer" --> doFloat , className =? "Gimp" --> doFloat , resource =? "desktop_window" --> doIgnore - , resource =? "kdesktop" --> doIgnore ] + , resource =? "kdesktop" --> doIgnore + , className =? "trayer" --> doIgnore ] ------------------------------------------------------------------------ -- Event handling @@ -255,7 +256,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" ------------------------------------------------------------------------