aboutsummaryrefslogtreecommitdiff
path: root/bin/afk
blob: 52a716b5289b53965435075685cf551b48a58d6c (plain)
1
2
3
4
5
6
#!/bin/sh

swayidle -w \
    timeout 1 'pretty-lock' \
    timeout 2 'swaymsg "output * dpms off"'\
    resume 'swaymsg "output * dpms on"; pkill -nf swayidle.'