Added idle-lock.conf to available configs
This commit is contained in:
parent
04ffb5b958
commit
86ef03a50f
|
@ -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
|
Loading…
Reference in New Issue