[xmonad] Re: Issue 376 in xmonad: TwinView issues

codesite-noreply at google.com codesite-noreply at google.com
Wed May 12 06:30:23 EDT 2010


Comment #14 on issue 376 by daniel.wagner: TwinView issues
http://code.google.com/p/xmonad/issues/detail?id=376

Hiya evvsoft, I've modified the lines from the Usage for you to use  
verbatim. Add
these four lines (with the indentation given) to the end of xmonad.hs  
(assuming it's
the same as the one you pasted before):

     `additionalKeysP`
     [("M-" ++ m ++ show k, windows $ onCurrentScreen f i)
      | (i, k) <- zip (workspaces defaultConfig) [1..9]
      , (f, m) <- [(W.greedyView, ""), (W.shift, "S-")]]



More information about the xmonad mailing list