Switch over to swayidle

:<
This commit is contained in:
2025-09-18 19:13:45 -05:00
parent 39745885c2
commit 708cbf49b0
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
timeout 900 'swaylock -f'
before-sleep 'swaylock -f'
lock 'swaylock -f'
unlock 'pkill -xu "$USER" -SIGUSR1 swaylock'