From 61e0fa27e257cc84bd42112b6bb3c7dc8c1fca10 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Tue, 21 Oct 2025 22:14:03 +0800 Subject: [PATCH] Add mouse scroll bindings for window group navigation (#2653) Added mouse scroll bindings for navigating grouped windows. --- default/hypr/bindings/tiling-v2.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index b933f09e..db151a4c 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -85,6 +85,10 @@ 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 +# 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 + # Activate window in a group by number bindd = SUPER ALT, 1, Switch to group window 1, changegroupactive, 1 bindd = SUPER ALT, 2, Switch to group window 2, changegroupactive, 2