mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Replace composeOne with composeAll
This commit is contained in:
parent
02c6e0b0d4
commit
d18bcdc165
@ -68,10 +68,10 @@ myXPConfig = def
|
|||||||
--
|
--
|
||||||
-- Use the `xprop' tool to get the info you need for these matches.
|
-- Use the `xprop' tool to get the info you need for these matches.
|
||||||
-- For className, use the second value that xprop gives you.
|
-- For className, use the second value that xprop gives you.
|
||||||
myManageHook = composeOne
|
myManageHook = composeAll
|
||||||
[ className =? "Pidgin" -?> doFloat
|
[ className =? "Pidgin" --> doFloat
|
||||||
, className =? "XCalc" -?> doFloat
|
, className =? "XCalc" --> doFloat
|
||||||
, className =? "mpv" -?> doFloat
|
, className =? "mpv" --> doFloat
|
||||||
] <+> composeOne
|
] <+> composeOne
|
||||||
-- Handle floating windows:
|
-- Handle floating windows:
|
||||||
[ transience -- move transient windows to their parent
|
[ transience -- move transient windows to their parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user