[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:15:58 CEST 2011
Comment #4 on issue 242 by hramr... 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 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.
More information about the xmonad
mailing list