summaryrefslogtreecommitdiff
path: root/config/X/xmonad
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-02-21 19:55:35 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-02-21 19:55:35 +0100
commit91824f391423fff8bdf1c6ff7b8ba077e0d60fab (patch)
tree5f4a359bbe52236838241c6a28448e768a5efb78 /config/X/xmonad
parentf924de2567e172779ed279195f2f31d1065c91f0 (diff)
changed: (nvim) refresh keybind to resolve conflict with nvim keybind
Diffstat (limited to 'config/X/xmonad')
-rw-r--r--config/X/xmonad/xmonad.hs2
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