From 3038d58d82d0fbcdea29c7b4b30439194ac05c47 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 10 Jun 2024 16:57:21 +1200 Subject: [PATCH] sway: add swaylock bind --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 500e704..9325bd1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -86,6 +86,9 @@ bindsym $mod+Shift+z exec cmus-remote -C player-pause bindsym $mod+f4 exec brightnessctl set 5%- bindsym $mod+f5 exec brightnessctl set 5%+ +# Lock +bindsym $mod+Mod1+l exec swaylock + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows.