From eb322f0b8993fea56dd05124155ff1773fe5103b Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sat, 24 Nov 2007 03:26:35 +0100 Subject: Haddock docs: modMask --> modMask x darcs-hash:20071124022635-bd4d7-16491e97f6ddf5d1a467379296696d6b26bd2721.gz --- XMonad/Actions/ConstrainedResize.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions/ConstrainedResize.hs') diff --git a/XMonad/Actions/ConstrainedResize.hs b/XMonad/Actions/ConstrainedResize.hs index 3dd1569..1d0922d 100644 --- a/XMonad/Actions/ConstrainedResize.hs +++ b/XMonad/Actions/ConstrainedResize.hs @@ -34,8 +34,8 @@ import Graphics.X11.Xlib.Extras -- -- Then add something like the following to your mouse bindings: -- --- > , ((modMask, button3), (\w -> focus w >> Sqr.mouseResizeWindow w False)) --- > , ((modMask .|. shiftMask, button3), (\w -> focus w >> Sqr.mouseResizeWindow w True )) +-- > , ((modMask x, button3), (\w -> focus w >> Sqr.mouseResizeWindow w False)) +-- > , ((modMask x .|. shiftMask, button3), (\w -> focus w >> Sqr.mouseResizeWindow w True )) -- -- The line without the shiftMask replaces the standard mouse resize -- function call, so it's not completely necessary but seems neater -- cgit v1.2.3