
3 Mar
2012
3 Mar
'12
9:38 p.m.
Comment #1 on issue 497 by gopsycho...@gmail.com: Layout.BoringWindows provides no provision for unmarking a marked-boring window http://code.google.com/p/xmonad/issues/detail?id=497 Noticed that, in fact, the IsBoring Window message is not exported by default either. The API offered by this module is rather limiting, therefore, as it only permits for the currently-focused window to be marked boring. I suggest that IsBoring Window should also be exported from the module. In addition, it may be appropriate to export additional mechanisms for marking a window boring, such as a ManageHook:
doBoring :: ManageHook doBoring = ask >>= liftX . sendMessage . IsBoring >> idHook