aboutsummaryrefslogtreecommitdiffstats
path: root/Config.hs
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
commitb7ba10b829c4450ef539b4ecd00b57495e9830d6 (patch)
treea89c37d84696de940a2332db9b85345e474c4914 /Config.hs
parent4f12c40b4bafa10c82cc8d3d4c7eb0e82393e1f1 (diff)
downloadxmonad-b7ba10b829c4450ef539b4ecd00b57495e9830d6.tar.gz
xmonad-b7ba10b829c4450ef539b4ecd00b57495e9830d6.tar.xz
xmonad-b7ba10b829c4450ef539b4ecd00b57495e9830d6.zip
Fix 'refresh' doc string
darcs-hash:20070529020446-a5988-801944996c8d327737c5318450aa6365e1aacde2.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 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