notification: Add a default urgency value.

This commit is contained in:
Emmanuel Lepage Vallee 2019-07-14 23:52:07 -04:00
parent 2ff4a5294c
commit 047245fd03
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ ret.config.defaults = {
ontop = true, ontop = true,
margin = dpi(5), margin = dpi(5),
border_width = dpi(1), border_width = dpi(1),
position = "top_right" position = "top_right",
urgency = "normal",
} }
ret.notification_closed_reason = { ret.notification_closed_reason = {