
4 Dec
2008
4 Dec
'08
5:14 p.m.
Braden Shepherdson
From the xmonad core:
manageHook :: ManageHook manageHook = composeAll [ className =? "MPlayer" --> doFloat , className =? "Gimp" --> doFloat ]
Is it possible to modify the default such that users' hooks on the same rules as are default rules will "win"? This seems like an issue that will cause a lot of confusion if we add more defaults. (while we're talking about defaults, I've always thought that these ones are silly and arbitrary anyway, and don't use them)