From c062e64866129786544cbfacaae9338d63e04c83 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 5 Mar 2026 23:49:31 +0100 Subject: [PATCH] fixes keybinds for paneru --- modules/scrolling-desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/scrolling-desktop/default.nix b/modules/scrolling-desktop/default.nix index 0227cab..271fba3 100644 --- a/modules/scrolling-desktop/default.nix +++ b/modules/scrolling-desktop/default.nix @@ -101,8 +101,8 @@ window_focus_east = "alt - l"; window_focus_north = "alt - k"; window_focusalt_south = "alt - j"; - window_swap_west = "alt - shift - h"; - window_swap_east = "alt - shift - l"; + window_swap_west = "alt + shift - h"; + window_swap_east = "alt + shift - l"; window_swap_first = "alt + shift - a"; window_swap_last = "alt + shift - e"; window_center = "alt - c";