This commit is contained in:
2024-06-04 06:52:47 -05:00
parent a4001f9e8c
commit b90db0c8c5
4 changed files with 105 additions and 9 deletions

View File

@@ -23,10 +23,12 @@ exec_always "pkill kanshi; kanshi"
### Idle configuration
#
exec pkill swayidle
exec swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000'
timeout 300 'swaylock -f -c 000000 -i ~/.config/configfiles/lockscreen.jpg' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000 -i ~/.config/configfiles/lockscreen.jpg'
### Input configuration
#