From 91824f391423fff8bdf1c6ff7b8ba077e0d60fab Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 21 Feb 2023 19:55:35 +0100 Subject: changed: (nvim) refresh keybind to resolve conflict with nvim keybind --- config/X/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/X/xmonad/xmonad.hs') 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-", 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 -- cgit v1.2.3