From eda56f732e7918f927b01a83fbcd697af4d4b8c9 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sun, 8 Mar 2026 12:51:51 +0000 Subject: [PATCH] reordered and changed mouse rules --- .config/hypr/binds.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index 83c793ea..e3115120 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -17,6 +17,7 @@ binds { scroll_event_delay = 0 } bindm = $submod, mouse:272, movewindow +bindr = $submod, mouse:272, layoutmsg, promote bindc = $submod, mouse:272, togglefloating # Resize floating window with scrollwheels @@ -35,13 +36,6 @@ bind = $mainMod, l, movefocus, r bind = $mainMod, k, movefocus, u bind = $mainMod, j, movefocus, d -# Move/Switch to special workspace (scratchpad) -bind = $mainMod, MINUS, togglespecialworkspace, scratch -bind = $mainMod SHIFT, MINUS, movetoworkspacesilent, special:scratch - -# Music workspace -bind = $mainMod, m, togglespecialworkspace, music - # Resize floating windows with keyboard bind = $submod ctrl, h, resizeactive, -50 0 bind = $submod ctrl, l, resizeactive, 50 0 @@ -54,4 +48,11 @@ bind = $mainMod SHIFT, L, swapwindow, r bind = $mainMod SHIFT, K, swapwindow, u bind = $mainMod SHIFT, J, swapwindow, d +# Move/Switch to special workspace (scratchpad) +bind = $mainMod, MINUS, togglespecialworkspace, scratch +bind = $mainMod SHIFT, MINUS, movetoworkspacesilent, special:scratch + +# Music workspace +bind = $mainMod, m, togglespecialworkspace, music + source = ~/.config/hypr/binds-local.conf