From e1bea3564e395c0dd7f046ca30327977065a5eb9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:11 +0100 Subject: feat(sway): auto-lock on idle and before suspend - logind: IdleAction=lock, IdleActionSec=5min. systemd emits a lock signal at 5min idle (session becomes locked from logind PoV; swayidle listens and invokes swaylock). - swayidle: lock at 5min, blank display at 6min, lock before sleep. Closes the gap where lid-close or manual suspend would wake to an unlocked session. - swaylock: add -i (--ignore-empty-password) to ignore accidental Enter. - meta/wayland: add swayidle. --- meta/wayland.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/wayland.txt b/meta/wayland.txt index 773b901..1ca642c 100644 --- a/meta/wayland.txt +++ b/meta/wayland.txt @@ -16,6 +16,7 @@ poweralertd # Lock screen swaylock +swayidle # Clipboard wl-clipboard -- cgit v1.3.1