diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-21 19:55:35 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-21 19:55:35 +0100 |
commit | 91824f391423fff8bdf1c6ff7b8ba077e0d60fab (patch) | |
tree | 5f4a359bbe52236838241c6a28448e768a5efb78 /config | |
parent | f924de2567e172779ed279195f2f31d1065c91f0 (diff) |
changed: (nvim) refresh keybind to resolve conflict with nvim keybind
Diffstat (limited to 'config')
-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 |