
Comment #4 on issue 242 by hramr...@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 does not compile for me Error detected while loading xmonad configuration file: /home/hramrach/.xmonad/xmonad.hs lib/WSOrder.hs:55:5: Couldn't match expected type `M.Map (KeyMask, key) (X ())' with actual type `Query (Data.Monoid.Endo WindowSet)' Expected type: M.Map (KeyMask, key) (X ()) Actual type: ManageHook In the expression: orderedScreenKeys (onWs f1) (modMask xconf, ks) <+> orderedScreenKeys (onWs f2) (modMask xconf .|. shiftMask, ks) In an equation for `shiftDiff': shiftDiff f1 f2 ks xconf = orderedScreenKeys (onWs f1) (modMask xconf, ks) <+> orderedScreenKeys (onWs f2) (modMask xconf .|. shiftMask, ks) Please check the file for errors.