6 lines
170 B
Bash
6 lines
170 B
Bash
#!/bin/sh
|
|
swayidle \
|
|
timeout 10 'swaymsg "output * power off"' \
|
|
resume 'swaymsg "output * power on"' &
|
|
swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png
|
|
kill %%
|