Merge branch 'master' of github.com:ahub2/dotfiles

master
alex 2023-06-03 16:54:01 -05:00
commit e55dbe39bc
1 changed files with 2 additions and 2 deletions

View File

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