summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Janssen <sjanssen@cse.unl.edu>2007-05-29 04:04:46 +0200
committerSpencer Janssen <sjanssen@cse.unl.edu>2007-05-29 04:04:46 +0200
commit515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6 (patch)
treea89c37d84696de940a2332db9b85345e474c4914
parentc98ab9d2f60fe1c955b9fa35b6bb1dc84eafba6e (diff)
downloadmetatile-515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6.tar
metatile-515f7376fd8c1aec41d0c2e9aa2ddbf3baecc6c6.zip
Fix 'refresh' doc string
darcs-hash:20070529020446-a5988-801944996c8d327737c5318450aa6365e1aacde2
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index 26a4130..ca9b41d 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) -- @@ 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