summaryrefslogtreecommitdiffstats
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
commitf5f7ad1367d9a83b93b3d32cde6f01cb677a51c9 (patch)
tree8a69a40ad5c20d6163d62949174f027a25082d77
parent658623830c8e3c2cdd4640afe0a23b6ed68544ed (diff)
downloadmetatile-f5f7ad1367d9a83b93b3d32cde6f01cb677a51c9.tar
metatile-f5f7ad1367d9a83b93b3d32cde6f01cb677a51c9.zip
Document mod-n
darcs-hash:20070528033536-a5988-9e3cf98d259c1469791a8f8ed6364f8272cf8e7c
-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