From 99efc53a9eb35891fecbddf5a417a5371a746fba Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 11 Jul 2017 13:16:41 +0200 Subject: [PATCH] dunst: improve lockscreen notifications --- dunst/dunstrc | 5 +++++ i3/lockscreen.sh | 2 ++ 2 files changed, 7 insertions(+) diff --git a/dunst/dunstrc b/dunst/dunstrc index 6d06c08..6329438 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -255,3 +255,8 @@ # urgency = normal # # vim: ft=cfg + +[locking] + appname = "lockscreen" + new_icon = "system-lock-screen" + history_ignore = yes diff --git a/i3/lockscreen.sh b/i3/lockscreen.sh index 2371e4e..bf1f7ab 100755 --- a/i3/lockscreen.sh +++ b/i3/lockscreen.sh @@ -42,6 +42,8 @@ lock(){ notification(){ notify-send \ + -a lockscreen \ + -c lock-warn \ -u critical \ -t 5000 \ -i screensaver \