summary refs log tree commit diff
path: root/.local/share/s6/swayidle/run
blob: b41d059bcf8040274ff6221f0d576b7a6d367447 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/execlineb -P
foreground {
  swayidle -w \
    timeout 540 'lock' \
    timeout 800 'swaymsg output \* dpms off' \
        resume 'swaymsg output \* dpms on' \
    before-sleep 'lock' \
    lock 'lock'
}