diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf index 07c9ff16..d029ae8c 100644 --- a/hyprland/.config/hypr/config.d/03-keybinds.conf +++ b/hyprland/.config/hypr/config.d/03-keybinds.conf @@ -77,3 +77,6 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, Period, workspace, e+1 bind = $mainMod, Comma, workspace, e-1 + +# Resize +bindm = $mainMod, mouse:273, resizewindow