From 5b425bf0c486db6f8ae8a62c9a646eca437c5087 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 6 Mar 2026 00:08:20 +0100 Subject: [PATCH] adds keybinds for paneru --- modules/scrolling-desktop/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/scrolling-desktop/default.nix b/modules/scrolling-desktop/default.nix index 1ad16b6..f9d475c 100644 --- a/modules/scrolling-desktop/default.nix +++ b/modules/scrolling-desktop/default.nix @@ -102,9 +102,11 @@ window_focus_east = "alt - l"; window_focus_north = "alt - k"; window_focus_south = "alt - j"; + window_focus_first = "alt - b"; + window_focus_last = "alt - e"; window_swap_west = "alt + shift - h"; window_swap_east = "alt + shift - l"; - window_swap_first = "alt + shift - a"; + window_swap_first = "alt + shift - b"; window_swap_last = "alt + shift - e"; window_center = "alt - c"; window_resize = "alt - r";