Handle floating windows after making windows floating

Inspired with hgabreu's config. Now it makes more sense.
This commit is contained in:
PRESFIL 2020-11-23 21:10:28 +00:00
parent e504f40f88
commit 02c6e0b0d4

View File

@ -72,8 +72,8 @@ myManageHook = composeOne
[ className =? "Pidgin" -?> doFloat
, className =? "XCalc" -?> doFloat
, className =? "mpv" -?> doFloat
] <+> composeOne
-- Handle floating windows:
, transience -- move transient windows to their parent
[ transience -- move transient windows to their parent
, isDialog -?> doCenterFloat
]