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/FindEmptyWorkspace.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions/FindEmptyWorkspace.hs') diff --git a/XMonad/Actions/FindEmptyWorkspace.hs b/XMonad/Actions/FindEmptyWorkspace.hs index 0043cc0..90459ba 100644 --- a/XMonad/Actions/FindEmptyWorkspace.hs +++ b/XMonad/Actions/FindEmptyWorkspace.hs @@ -35,8 +35,8 @@ import XMonad.Operations -- -- and add the desired keybindings, for example: -- --- > , ((modMask, xK_m ), viewEmptyWorkspace) --- > , ((modMask .|. shiftMask, xK_m ), tagToEmptyWorkspace) +-- > , ((modMask x, xK_m ), viewEmptyWorkspace) +-- > , ((modMask x .|. shiftMask, xK_m ), tagToEmptyWorkspace) -- -- Now you can jump to an empty workspace with @mod-m@. @Mod-shift-m@ -- will tag the current window to an empty workspace and view it. -- cgit v1.2.3