diff options
author | Raul Benencia <rul@kalgan.cc> | 2020-05-24 13:44:14 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2020-05-24 13:47:59 -0700 |
commit | 546a3a211a0d59f14edbd97c1990476e84a46247 (patch) | |
tree | c5709cc4a8f7b0f39e1cb023f0f6b03bf749272e /bin/i3lock-wrapper | |
parent | 3589f3e66769e87831e9f31fb3493064dd3ce73e (diff) |
Add bin/ repo from home-bin/ repo
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 |