[xmonad] Re: Issue 376 in xmonad: TwinView issues
codesite-noreply at google.com
codesite-noreply at google.com
Mon Feb 22 19:00:33 EST 2010
Comment #6 on issue 376 by wirtwo... at gmail.com: TwinView issues
http://code.google.com/p/xmonad/issues/detail?id=376
To the OP: ['1'..'0'] is the same as [] or ""
so the bindings in comment three will not add or
change any key bindings; try instead:
| (i, k) <- zip myWorkspaces "1234567890"
or
| (i, k) <- zip myWorkspaces (['1'..'9'] ++ "0")
--
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