From 8b7697792fdf2124cceb64ae2945098609857346 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 16 Dec 2009 02:21:40 +0100 Subject: Determine numlockMask automatically, fixes #120 Ignore-this: d80c82dd0a23dc7a77fdc32fd2792130 darcs-hash:20091216012140-25a6b-1730d8fef04b735b04475d1772e4825fa44cb318 --- man/xmonad.hs | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'man') diff --git a/man/xmonad.hs b/man/xmonad.hs index fd3e20d..e1ddd69 100644 --- a/man/xmonad.hs +++ b/man/xmonad.hs @@ -34,21 +34,6 @@ myBorderWidth = 1 -- myModMask = mod1Mask --- The mask for the numlock key. Numlock status is "masked" from the --- current modifier status, so the keybindings will work with numlock on or --- off. You may need to change this on some systems. --- --- You can find the numlock modifier by running "xmodmap" and looking for a --- modifier with Num_Lock bound to it: --- --- > $ xmodmap | grep Num --- > mod2 Num_Lock (0x4d) --- --- Set numlockMask = 0 if you don't have a numlock key, or want to treat --- numlock status separately. --- -myNumlockMask = mod2Mask - -- The default number of workspaces (virtual screens) and their names. -- By default we use numeric strings, but any string may be used as a -- workspace name. The number of workspaces is determined by the length @@ -272,7 +257,6 @@ defaults = defaultConfig { focusFollowsMouse = myFocusFollowsMouse, borderWidth = myBorderWidth, modMask = myModMask, - numlockMask = myNumlockMask, workspaces = myWorkspaces, normalBorderColor = myNormalBorderColor, focusedBorderColor = myFocusedBorderColor, -- cgit v1.2.3