From 1d6d21e7b773589b9901f26232e26a0cc8586c16 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 24 Aug 2025 12:52:24 +0200 Subject: [PATCH] Changed Keybindings for resize active window to code syntax (#1029) --- default/hypr/bindings/tiling.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index 8379ad74..caad61a9 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -55,10 +55,10 @@ bindd = ALT, Tab, Reveal active window on top, bringactivetotop bindd = ALT SHIFT, Tab, Reveal active window on top, bringactivetotop # Resize active window -bindd = SUPER, minus, Expand window left, resizeactive, -100 0 -bindd = SUPER, equal, Shrink window left, resizeactive, 100 0 -bindd = SUPER SHIFT, minus, Shrink window up, resizeactive, 0 -100 -bindd = SUPER SHIFT, equal, Expand window down, resizeactive, 0 100 +bindd = SUPER, code:20, Expand window left, resizeactive, -100 0 # - key +bindd = SUPER, code:21, Shrink window left, resizeactive, 100 0 # = key +bindd = SUPER SHIFT, code:20, Shrink window up, resizeactive, 0 -100 +bindd = SUPER SHIFT, code:21, Expand window down, resizeactive, 0 100 # Scroll through existing workspaces with SUPER + scroll bindd = SUPER, mouse_down, Scroll active workspace forward, workspace, e+1