From 029000abb08f6749361a5bcf5ba65fbf7606a532 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 1 Dec 2025 15:51:50 +0100 Subject: [PATCH] Overloading doesn't work when you have two tiling groups next to each other --- default/hypr/bindings/tiling-v2.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index d75e28b7..01aa7d72 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -106,9 +106,9 @@ bindd = SUPER ALT, DOWN, Move window to group on bottom, moveintogroup, d bindd = SUPER ALT, TAB, Next window in group, changegroupactive, f bindd = SUPER ALT SHIFT, TAB, 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 +# Window navigation for grouped windows +bindd = SUPER CTRL, LEFT, Move grouped window focus left, changegroupactive, b +bindd = SUPER CTRL, 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