[xmonad] Issue 497 in xmonad: Layout.BoringWindows provides no provision for unmarking a marked-boring window
codesite-noreply at google.com
codesite-noreply at google.com
Sun Mar 4 03:38:53 CET 2012
Comment #1 on issue 497 by gopsycho... at 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
More information about the xmonad
mailing list