diff options
| author | 2026-05-13 13:43:11 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:11 +0100 | |
| commit | e1bea3564e395c0dd7f046ca30327977065a5eb9 (patch) | |
| tree | e8d16cdc8a45e200055c3fd409edb3c823be4e23 /meta | |
| parent | 867070246609a3ec05a42cccde8cbf91897fde52 (diff) | |
| download | dotfiles-e1bea3564e395c0dd7f046ca30327977065a5eb9.tar.gz dotfiles-e1bea3564e395c0dd7f046ca30327977065a5eb9.tar.bz2 dotfiles-e1bea3564e395c0dd7f046ca30327977065a5eb9.zip | |
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.
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/wayland.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
