set locker to swaylock

master
alex 2023-06-03 14:14:02 -05:00
parent 9868f6210d
commit 8ba871e868
1 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@ exec_always {
# Example configuration:
#
exec swayidle -w \
timeout 900 'waylock &' \
timeout 900 'swaylock &' \
timeout 1200 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'waylock &'
before-sleep 'swaylock &'
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when