diff options
| author | Martin Fischer <martin@push-f.com> | 2026-09-24 11:34:46 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-09-24 11:49:52 +0200 |
| commit | 9d8a10ea9ef7305fd6b4d9aaf165c6098ebeea6e (patch) | |
| tree | 8a04fb249271508194926882ba983bc934889dc5 /user | |
| parent | 75eb6609a4bd448c0a8f6766175aff275997847e (diff) | |
feat(sway): suspend and lock when closing laptop lid
Diffstat (limited to 'user')
| -rw-r--r-- | user/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/sway/config b/user/sway/config index dfb70eb..c0a715c 100644 --- a/user/sway/config +++ b/user/sway/config @@ -40,6 +40,9 @@ set $menu wmenu-run # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. +exec swayidle -w \ + before-sleep 'swaylock -f' + ### Input configuration # # Example configuration: |
