From 588ce42f0825f328c7209ef51cf4de1245b95a5b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 28 Jul 2025 10:03:11 +0200 Subject: [PATCH] Split and explain --- 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 1662b0a..2fb1e90 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 + +# Cycle through applications on active workspace bind = ALT, Tab, cyclenext bind = ALT, Tab, bringactivetotop