This commit is contained in:
DeveloperDurp 2025-05-06 08:50:25 -05:00
parent d5dc27eaaf
commit 44a2bb360e
3 changed files with 9 additions and 7 deletions

View file

@ -35,12 +35,14 @@ exec_always "kanshi"
### Idle configuration
exec_always swayidle -w \
timeout 120 'swaylock -f' \
timeout 240 'swaymsg "output * dpms off"' \
timeout 600 'systemctl suspend' \
timeout 300 'swaylock -f' \
timeout 420 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f'
exec_always swayidle -w \
timeout 600 'systemctl suspend' \
### Input configuration
input "type:touchpad" {
dwt enabled