summary refs log tree commit diff
path: root/.config/sway/contrib/swayidle.confd
blob: 236cb18babd8d25031c158be6b1a4f70538bada5 (plain) (blame)
1
2
3
4
5
6
7
8
SWAYIDLE_COMMAND=<<EOF
timeout 540 'notify-send swayidle "screen off in 60s"'
timeout 600 'sway output * power off'
	resume 'sway output * power on'
timeout 800 suspend
before-sleep lock
EOF