Issue 304 in xmonad: bad interaction between toggleWS and ScratchPad

9 Jul
2009
9 Jul
'09
5:51 a.m.
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
5795
Age (days ago)
5795
Last active (days ago)
0 comments
1 participants
participants (1)
-
codesite-noreply@google.com