diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-29 04:04:46 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-05-29 04:04:46 +0200 |
commit | 515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6 (patch) | |
tree | a89c37d84696de940a2332db9b85345e474c4914 | |
parent | c98ab9d2f60fe1c955b9fa35b6bb1dc84eafba6e (diff) | |
download | metatile-515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6.tar metatile-515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6.zip |
Fix 'refresh' doc string
darcs-hash:20070529020446-a5988-801944996c8d327737c5318450aa6365e1aacde2
-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) -- @@ 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 |