Added idle-lock.conf to available configs

This commit is contained in:
David Thurstenson 2021-07-07 17:18:45 -05:00
parent 04ffb5b958
commit 86ef03a50f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Sway Config: Idle and Lockscreen
#
# Thurstylark
exec swayidle -w \
timeout $idle-lock-timeout $idle-lock-locker \
timeout $idle-display-timeout $idle-display-sleep \
resume $idle-display-wake \
after-resume $idle-display-wake \
before-sleep $idle-lock-locker \
lock $idle-lock-locker \
unlock $idle-lock-unlocker