home/xmonad: remove ibus, telegram-desktop

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-28 14:53:41 +03:00
parent 99fe4bf4d0
commit 66828996c8
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -173,8 +173,7 @@ myLayout = avoidStruts . smartBorders $ (Mirror tiled ||| tiled ||| column3 |||
-- per-workspace layout choices. -- per-workspace layout choices.
-- --
-- By default, do nothing. -- By default, do nothing.
myStartupHook = do myStartupHook = return ()
spawn "ibus exit"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Status bars and logging -- Status bars and logging
@ -218,8 +217,7 @@ myManageHook = composeAll
, className =? "Gnome-calculator" --> doFloat , className =? "Gnome-calculator" --> doFloat
, className =? "Gnome-font-viewer" --> doFloat , className =? "Gnome-font-viewer" --> doFloat
, className =? "Org.gnome.Nautilus" --> doFloat , className =? "Org.gnome.Nautilus" --> doFloat
, resource =? "telegram-desktop" --> doShift comWs , className =? "KotatogramDesktop" --> doShift comWs
, className =? "Thunderbird" --> doShift comWs
-- my libs -- my libs
, resource =? "hwt" --> doFloat , resource =? "hwt" --> doFloat
] ]