From 1ec9ccd1b11d11c3bb54cbbff772f5f8eecc2df4 Mon Sep 17 00:00:00 2001 From: Christopher Lewis Date: Mon, 17 Nov 2025 04:17:13 -0500 Subject: [PATCH] overload lateral window navigation for grouped windows (#3325) Co-authored-by: David Heinemeier Hansson --- default/hypr/bindings/tiling-v2.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index caebdff3..211b5292 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -91,8 +91,12 @@ bindd = SUPER ALT, DOWN, Move window to group on bottom, moveintogroup, d # Navigate a single set of grouped windows bindd = SUPER ALT, TAB, Next window in group, changegroupactive, f bindd = SUPER ALT SHIFT, TAB, Previous window in group, changegroupactive, b -bindd = SUPER ALT, page_up, Next window in group, changegroupactive, f -bindd = SUPER ALT, page_down, Previous window in group, changegroupactive, b + +# Overload lateral window navigation for grouped windows +bindd = SUPER ALT, LEFT, Move grouped window focus left, changegroupactive, b +bindd = SUPER ALT, RIGHT, Move grouped window focus right, changegroupactive, f + +# Scroll through a set of grouped windows with SUPER + ALT + scroll bindd = SUPER ALT, mouse_down, Next window in group, changegroupactive, f bindd = SUPER ALT, mouse_up, Previous window in group, changegroupactive, b