[sway] Add keybind for locking screen

This commit is contained in:
2023-03-27 09:57:45 +02:00
parent 0c0a2363f6
commit 2f4f9cb30d

View File

@@ -178,6 +178,7 @@ mode "leader" {
bindsym a mode "apps" bindsym a mode "apps"
bindsym b mode "buffers" bindsym b mode "buffers"
bindsym l exec "plock"; mode "default"
bindsym q mode "sway" bindsym q mode "sway"
bindsym w mode "windows" bindsym w mode "windows"
bindsym Print mode "screenshot" bindsym Print mode "screenshot"