From 87e14b7cf822ea3cf13df84908fa98dd8be34bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 12:33:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(hypr):=20spaces=20on=20bin?= =?UTF-8?q?d=20definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index e462c2c1..dd21ce93 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -105,17 +105,6 @@ bind = SUPERSHIFT, 9, exec, $workspace 9 move bind = SUPERSHIFT, 0, exec, $workspace 10 move # Moving windows to other workspaces (silent) - -# Moving to other wokspace with mouse control -bind = SUPER, mouse_down, workspace,m-1 -bind = SUPER, mouse_up, workspace,m+1 - -# Moving to other wokspace with keyboard -bind = SUPERCTRL, LEFT, workspace,m-1 -bind = SUPERCTRL, RIGHT, workspace,m+1 - -bind = SUPERCTRL, H, workspace,m-1 -bind = SUPERCTRL, L, workspace,m+1 bind = SUPERALT, 1, exec, $workspace 1 silent bind = SUPERALT, 2, exec, $workspace 2 silent bind = SUPERALT, 3, exec, $workspace 3 silent @@ -127,6 +116,16 @@ bind = SUPERALT, 8, exec, $workspace 8 silent bind = SUPERALT, 9, exec, $workspace 9 silent bind = SUPERALT, 0, exec, $workspace 10 silent +# Moving to other workspace with mouse control +bind = SUPER, mouse_down, workspace, m-1 +bind = SUPER, mouse_up, workspace, m+1 + +# Moving to other workspace with keyboard +bind = SUPERCTRL, LEFT, workspace, m-1 +bind = SUPERCTRL, RIGHT, workspace, m+1 + +bind = SUPERCTRL, H, workspace, m-1 +bind = SUPERCTRL, L, workspace, m+1 # Group control bind = SUPER, G, togglegroup bind = ALT, TAB, changegroupactive