diff --git a/os/linux/hypr/hyprland.conf b/os/linux/hypr/hyprland.conf index 4595174..1ecad10 100644 --- a/os/linux/hypr/hyprland.conf +++ b/os/linux/hypr/hyprland.conf @@ -202,6 +202,9 @@ bind = $mainMod SHIFT, S, exec, clipshot bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 +bind = CTRL SHIFT $mainMod, L, exec, swaylock + # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +