From dceaaf7455eb750705b7417c51439791889da7b4 Mon Sep 17 00:00:00 2001 From: Jacob Babor <jacob@babor.tech> Date: Fri, 3 Jan 2025 00:03:24 -0600 Subject: [PATCH] Reenable resizing with mouse haha oops --- hyprland/.config/hypr/config.d/03-keybinds.conf | 3 +++ 1 file changed, 3 insertions(+) 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