dotfiles/.config/sway/lockman.sh

7 lines
170 B
Bash
Raw Normal View History

2023-11-10 01:35:01 +00:00
#!/bin/sh
swayidle \
timeout 10 'swaymsg "output * power off"' \
resume 'swaymsg "output * power on"' &
swaylock -e -F -i ~/Wallpapers/chillGruvboxStreet.png
kill %%