From 9e6bf9618f67bc5c98e52a9ebf5a69f9b007bbda Mon Sep 17 00:00:00 2001 From: antistereov Date: Mon, 2 Mar 2026 12:50:39 +0100 Subject: [PATCH] feat(hypr): add more shortcuts --- hypr/bindings/tiling.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/bindings/tiling.conf b/hypr/bindings/tiling.conf index c6b0029..1400709 100644 --- a/hypr/bindings/tiling.conf +++ b/hypr/bindings/tiling.conf @@ -11,6 +11,9 @@ bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d +bind = CTRL ALT, left, workspace, e-1 +bind = CTRL ALT, right, workspace, e+1 + # Resize with Mod + Shift + HJKL (repeatable) binde = $mainMod ALT, L, resizeactive, 50 0 binde = $mainMod ALT, H, resizeactive, -50 0