From 8d70ce8106eec86b1aace27858af1c7fad0d0dfc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 4 Aug 2021 00:32:17 +0200 Subject: [PATCH] xss-lock: fix dimmer invocation It should run in background. --- bin/xss-lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 73b7ca6..d53f24c 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -22,7 +22,8 @@ case "$1" in echo "notify: start (idle: $(xprintidle))" trap 'echo notify: user activity; kill %% 2> /dev/null; exit 0' HUP # user activity trap 'echo notify: locker started; kill %% 2> /dev/null; exit 0' TERM # locker started - ~/.config/i3/bin/dimmer --delay $notify + ~/.config/i3/bin/dimmer --delay $notify & + wait echo "notify: end" ;; lock)