naughty: Add more default values.

Without this, some variables could accidently be set to `nil` by the
dbus code. Ignore now also has a default.

Ref #2829
This commit is contained in:
Emmanuel Lepage Vallee 2019-07-22 00:10:22 -04:00
parent 529f4be53e
commit 423aeebe8a
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ ret.config.defaults = {
border_width = dpi(1),
position = "top_right",
urgency = "normal",
message = "",
title = "",
app_name = "",
ignore = false,
}
ret.notification_closed_reason = {