diff options
-rw-r--r-- | config/X/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/xmonad/xmonad.hs b/config/X/xmonad/xmonad.hs index 8caf912..cc203c6 100644 --- a/config/X/xmonad/xmonad.hs +++ b/config/X/xmonad/xmonad.hs @@ -265,7 +265,7 @@ defaults = ewmh def { , ("M-<Space>", spawn "cycleKB") -- Resize viewed windows to the correct size - , ("M-n", refresh) + , ("M-f", refresh) -- Move focus to the next window , ("M-j", windows W.focusDown) -- Move focus to the previous window |