From cbc98722ae39f5c1157d474fdef945578eca5254 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 15 May 2023 12:40:09 -0500 Subject: [PATCH] Add lock bind --- os/linux/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) 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 +