aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-28 05:35:36 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-28 05:35:36 +0200
commit8e20de82dfa8b7d0153de10b378f3eb093a251e2 (patch)
tree8a69a40ad5c20d6163d62949174f027a25082d77 /Config.hs
parentd0f1dd964b209360e0101844e032b2bfd76ea11a (diff)
downloadxmonad-8e20de82dfa8b7d0153de10b378f3eb093a251e2.tar.gz
xmonad-8e20de82dfa8b7d0153de10b378f3eb093a251e2.tar.xz
xmonad-8e20de82dfa8b7d0153de10b378f3eb093a251e2.zip
Document mod-n
darcs-hash:20070528033536-a5988-9e3cf98d259c1469791a8f8ed6364f8272cf8e7c.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 45a8f9e..ffce506 100644
--- a/Config.hs
+++ b/Config.hs
@@ -99,7 +99,7 @@ keys = M.fromList $
, ((modMask, xK_space ), switchLayout) -- @@ Rotate through the available layout algorithms
- , ((modMask, xK_n ), refresh) -- 'nudge': resize viewed windows to the correct size
+ , ((modMask, xK_n ), refresh) -- @@ 'nudge': resize viewed windows to the correct size
-- move focus up or down the window stack
, ((modMask, xK_Tab ), focusDown) -- @@ Move focus to the next window