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