diff --git a/lib/naughty/notification.lua b/lib/naughty/notification.lua index 1dde9a0ca..446521191 100644 --- a/lib/naughty/notification.lua +++ b/lib/naughty/notification.lua @@ -613,14 +613,14 @@ function notification:get_text() end local properties = { - "message" , "title" , "timeout" , "hover_timeout" , - "app_name", "position", "ontop" , "border_width" , - "width" , "font" , "icon" , "icon_size" , - "fg" , "bg" , "height" , "border_color" , - "shape" , "opacity" , "margin" , "ignore_suspend", - "destroy" , "preset" , "callback", "actions" , - "run" , "id" , "ignore" , "auto_reset_timeout", - "urgency" , "image" , "images" , "widget_template", + "message" , "title" , "timeout" , "hover_timeout" , + "app_name" , "position", "ontop" , "border_width" , + "width" , "font" , "icon" , "icon_size" , + "fg" , "bg" , "height" , "border_color" , + "shape" , "opacity" , "margin" , "ignore_suspend" , + "destroy" , "preset" , "callback", "actions" , + "run" , "id" , "ignore" , "auto_reset_timeout", + "urgency" , "image" , "images" , "widget_template" , "max_width", "app_icon", }