diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-28 05:35:36 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-28 05:35:36 +0200 |
commit | f5f7ad1367d9a83b93b3d32cde6f01cb677a51c9 (patch) | |
tree | 8a69a40ad5c20d6163d62949174f027a25082d77 | |
parent | 658623830c8e3c2cdd4640afe0a23b6ed68544ed (diff) | |
download | metatile-f5f7ad1367d9a83b93b3d32cde6f01cb677a51c9.tar metatile-f5f7ad1367d9a83b93b3d32cde6f01cb677a51c9.zip |
Document mod-n
darcs-hash:20070528033536-a5988-9e3cf98d259c1469791a8f8ed6364f8272cf8e7c
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |