users/xmonad: don't move com apps automatically
This commit is contained in:
parent
ee228b99dc
commit
ea6fd72b7d
1 changed files with 0 additions and 5 deletions
|
@ -227,11 +227,6 @@ myManageHook = manageApps
|
||||||
composeOne
|
composeOne
|
||||||
[ -- apps
|
[ -- apps
|
||||||
className =? "Gimp" -?> doFloat,
|
className =? "Gimp" -?> doFloat,
|
||||||
anyOf
|
|
||||||
[ className =? "nheko",
|
|
||||||
className =? "KotatogramDesktop"
|
|
||||||
]
|
|
||||||
-?> doShift comWs,
|
|
||||||
-- general
|
-- general
|
||||||
anyOf
|
anyOf
|
||||||
[ resource =? "desktop_window",
|
[ resource =? "desktop_window",
|
||||||
|
|
Loading…
Reference in a new issue