12 lines
232 B
YAML
12 lines
232 B
YAML
---
|
|
debug: false
|
|
wait: true
|
|
timeouts:
|
|
- timeout: 300
|
|
command: 'swaylock -f -c 000000'
|
|
- timeout: 600
|
|
command: 'swaymsg "output * dpms off"'
|
|
resume: 'swaymsg "output * dpms on"'
|
|
before-sleep: 'swaylock -f -c 000000'
|
|
|