From 5f425713a8710b309429604a8a504fbe12fd1959 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 27 Aug 2017 22:23:03 +0200 Subject: [PATCH] i3:lockscreen.sh: reduced notification timer, because dunst will keep it up --- i3/lockscreen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/lockscreen.sh b/i3/lockscreen.sh index bf1f7ab..8f79ec9 100755 --- a/i3/lockscreen.sh +++ b/i3/lockscreen.sh @@ -45,7 +45,7 @@ notification(){ -a lockscreen \ -c lock-warn \ -u critical \ - -t 5000 \ + -t 1000 \ -i screensaver \ "Locking Screen" \ "Will Lock Screen in 15s"