Replace composeOne with composeAll

This commit is contained in:
PRESFIL 2020-11-26 13:23:33 +00:00 committed by GitHub
parent 02c6e0b0d4
commit d18bcdc165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,10 +68,10 @@ myXPConfig = def
--
-- Use the `xprop' tool to get the info you need for these matches.
-- For className, use the second value that xprop gives you.
myManageHook = composeOne
[ className =? "Pidgin" -?> doFloat
, className =? "XCalc" -?> doFloat
, className =? "mpv" -?> doFloat
myManageHook = composeAll
[ className =? "Pidgin" --> doFloat
, className =? "XCalc" --> doFloat
, className =? "mpv" --> doFloat
] <+> composeOne
-- Handle floating windows:
[ transience -- move transient windows to their parent