aboutsummaryrefslogtreecommitdiff
path: root/dot.local-bin-i3lock--wrapper
blob: e5532ad9e99c0da082a86b2156392a1327c01786 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -x
pkill -USR1 -u `id -u` dunst
/usr/bin/i3lock -n -i ~/.i3lock.png &
trap "kill $!; pkill -USR2 -u `id -u` dunst" EXIT
wait $!