From 047245fd033f935ab89bda6b604d440b8ff718db Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 14 Jul 2019 23:52:07 -0400 Subject: [PATCH] notification: Add a default urgency value. --- lib/naughty/constants.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/naughty/constants.lua b/lib/naughty/constants.lua index 693c08a7..59b12e58 100644 --- a/lib/naughty/constants.lua +++ b/lib/naughty/constants.lua @@ -55,7 +55,8 @@ ret.config.defaults = { ontop = true, margin = dpi(5), border_width = dpi(1), - position = "top_right" + position = "top_right", + urgency = "normal", } ret.notification_closed_reason = {