From c6e1c7dbf7d40f26e5d35e6b248cb62a7f412d10 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 2 Sep 2025 21:12:46 -0400 Subject: [PATCH] sway: Allow empty password for fingerprint unlock --- sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/config b/sway/config index d1f9014..7600ba1 100644 --- a/sway/config +++ b/sway/config @@ -155,7 +155,7 @@ bindsym $super+Shift+semicolon exec 'loginctl lock-session' exec swayidle -w \ timeout 300 'pgrep swaylock -c || chayang -d 10 && loginctl lock-session' \ timeout 600 'systemctl suspend' \ - lock 'swaylock -f -e -F -k -l -c 000000 --indicator-idle-visible' \ + lock 'swaylock -f -F -k -l -c 000000 --indicator-idle-visible' \ before-sleep 'loginctl lock-session' # Only show borders if there's more than one window