diff options
Diffstat (limited to 'bin/i3lock-wrapper')
-rwxr-xr-x | bin/i3lock-wrapper | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/i3lock-wrapper b/bin/i3lock-wrapper new file mode 100755 index 0000000..7c8d8e2 --- /dev/null +++ b/bin/i3lock-wrapper @@ -0,0 +1,5 @@ +#!/bin/bash + +killall -SIGUSR1 dunst +i3lock --nofork -c "#000000" -e -f +killall -SIGUSR2 dunst |