Add lock bind

This commit is contained in:
Daniel Flanagan 2023-05-15 12:40:09 -05:00
parent efd1be2d74
commit cbc98722ae
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 3 additions and 0 deletions

View File

@ -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