Delete the lockscreen notification faster

After timeout in msecs is merged in dunst, the notification
can get a timeout in milliseconds and gets replaced quite fast.
This commit is contained in:
Benedikt Heine 2017-10-10 18:05:57 +02:00 committed by Felix Buehler
parent b9652b2aee
commit 4278b14eee
2 changed files with 8 additions and 54 deletions

View file

@ -53,8 +53,8 @@ notification(){
-a lockscreen \
-c lock-warn \
-u critical \
-t 1000 \
-i screensaver \
-t 100 \
-i system-lock-screen \
"Locking Screen" \
"Will Lock Screen in 15s"
}