From eca4f65475f467624f2ea1b4e757694fc1d65ebe Mon Sep 17 00:00:00 2001 From: Brosseau Valentin Date: Sun, 27 Jul 2025 21:07:20 +0200 Subject: [PATCH] Add ALT+Tab bindings to cycle windows and bring active to top --- default/hypr/bindings/tiling.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 1176e19..1662b0a 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -42,6 +42,8 @@ bind = SUPER SHIFT, left, swapwindow, l bind = SUPER SHIFT, right, swapwindow, r bind = SUPER SHIFT, up, swapwindow, u bind = SUPER SHIFT, down, swapwindow, d +bind = ALT, Tab, cyclenext +bind = ALT, Tab, bringactivetotop # Resize active window bind = SUPER, minus, resizeactive, -100 0