[xmonad] Issue 242 in xmonad: inter screen handling doesn't work with xrandr --right-of, works with --left-of

codesite-noreply at google.com codesite-noreply at google.com
Fri Jun 10 00:54:40 CEST 2011


Comment #5 on issue 242 by vogt.a... at gmail.com: inter screen handling  
doesn't work with xrandr --right-of, works with --left-of
http://code.google.com/p/xmonad/issues/detail?id=242

It should work with 0.9.* if you import Data.Monoid(mappend), then change  
<+> to `mappend` like:

shiftDiff f1 f2 ks xconf
           = orderedScreenKeys (onWs f1) (modMask xconf, ks)
           `mappend`
             orderedScreenKeys (onWs f2) (modMask xconf .|. shiftMask, ks)




More information about the xmonad mailing list