users/xmonad: don't move com apps automatically

This commit is contained in:
Dmitriy Pleshevskiy 2023-02-20 22:20:31 +03:00
parent ee228b99dc
commit ea6fd72b7d
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -227,11 +227,6 @@ myManageHook = manageApps
composeOne
[ -- apps
className =? "Gimp" -?> doFloat,
anyOf
[ className =? "nheko",
className =? "KotatogramDesktop"
]
-?> doShift comWs,
-- general
anyOf
[ resource =? "desktop_window",