
12 May
2010
12 May
'10
6:30 a.m.
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-")]]