Issue 54 in xmonad: Composable manageHooks interface

Issue 54: Composable manageHooks interface http://code.google.com/p/xmonad/issues/detail?id=54 Comment #1 by SpencerJanssen: I've also considered using Maybe here. I also think we want to pass the window name and class to hooks -- it's used by practically every hook, and will make user hooks simpler. I think the list approach makes writing user rules more difficult: floatMyApp w _ "MyApp" _ = return (W.float ...) floatMyApp w _ _ _ = return id -- every single hook must add this default case I've changed the summary to "Composable manageHooks interface" because that is the real issue. (re: feature request, replace the "Type-Defect" label with "Type-Enhancement") Issue attribute updates: Summary: Composable manageHooks interface -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com