home/xmonad: remove ibus, telegram-desktop
This commit is contained in:
parent
99fe4bf4d0
commit
66828996c8
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue