summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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