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.
--
-- By default, do nothing.
myStartupHook = do
spawn "ibus exit"
myStartupHook = return ()
------------------------------------------------------------------------
-- Status bars and logging
@ -218,8 +217,7 @@ myManageHook = composeAll
, className =? "Gnome-calculator" --> doFloat
, className =? "Gnome-font-viewer" --> doFloat
, className =? "Org.gnome.Nautilus" --> doFloat
, resource =? "telegram-desktop" --> doShift comWs
, className =? "Thunderbird" --> doShift comWs
, className =? "KotatogramDesktop" --> doShift comWs
-- my libs
, resource =? "hwt" --> doFloat
]