dotfiles/.config/sway/lockman.sh

7 lines
182 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 ~/Source/tokyonight-wallpapers/fly_original.png
2023-11-10 01:35:01 +00:00
kill %%