5 lines
183 B
Bash
Executable File
5 lines
183 B
Bash
Executable File
swayidle -w \
|
|
timeout 600 'swaylock -f -c 000000' \
|
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
|
before-sleep 'swaylock -f -c 000000'
|