From 283a41c494415f1955835fed185237d980c4f45b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Nov 2025 11:36:41 +0100 Subject: [PATCH] Add Super + Alt + PageUp/Down for tiling groups to mimic browser More ergonomic to press than tab, but we will keep tab so not to confuse folks who already adopted that. --- default/hypr/bindings/tiling-v2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index 0a5da2b9..c9fcb5de 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -87,8 +87,8 @@ 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 - -# Scroll through a set of grouped windows with SUPER + ALT + scroll +bindd = SUPER ALT, page_up, Next window in group, changegroupactive, f +bindd = SUPER ALT, page_down, Previous window in group, changegroupactive, b bindd = SUPER ALT, mouse_down, Next window in group, changegroupactive, f bindd = SUPER ALT, mouse_up, Previous window in group, changegroupactive, b