summaryrefslogtreecommitdiff
path: root/sway/lock
blob: 2132bab37e2858e2d4aade9474b7659cca19367e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

ssh-add -D

swayidle timeout 1 'swaylock -c 000000' \
		 resume "killall swayidle" \
		 timeout 5 'swaymsg "output * dpms off"' \
		 resume "swaymsg 'output * dpms on'"