home/xmonad: manage comm as float
This commit is contained in:
parent
25954cb5cd
commit
d9fc1fbcc2
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ myManageHook = manageApps
|
|||
[ className =? "nheko",
|
||||
className =? "KotatogramDesktop"
|
||||
]
|
||||
-?> doShift comWs,
|
||||
-?> do
|
||||
doShift comWs
|
||||
doFloat,
|
||||
-- general
|
||||
anyOf
|
||||
[ resource =? "desktop_window",
|
||||
|
|
Loading…
Reference in a new issue