[xmonad] Issue 304 in xmonad: bad interaction between toggleWS and ScratchPad

codesite-noreply at google.com codesite-noreply at google.com
Thu Jul 9 05:51:34 EDT 2009


Comment #1 on issue 304 by daniel.schoepe: bad interaction between toggleWS  
and ScratchPad
http://code.google.com/p/xmonad/issues/detail?id=304

As a quick workaround, define this in your xmonad.hs and bind a key to it  
instead of
toggleWS:
myToggle = windows $ W.view =<< W.tag . head . filter ((\x -> x /= "NSP" &&  
x /=
"SP") . W.tag) . W.hidden
The problem with putting that in the CycleWS module would be, that it would  
affect
users that use SP or NSP as normal workspaces in a bad way.

--
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


More information about the xmonad mailing list