diff --git a/docs/dunst.pod b/docs/dunst.pod index 1e9a660..a11bbe5 100644 --- a/docs/dunst.pod +++ b/docs/dunst.pod @@ -610,11 +610,28 @@ matched. =item B -Notifications can be matched for any of the following attributes: appname, -summary, body, icon, category, match_transient, msg_urgency, and stack_tag where -each is the respective notification attribute to be matched and 'msg_urgency' is -the urgency of the notification, it is named so to not conflict with trying to -modify the urgency. +Notifications can be matched for any of the following attributes: + +=over 4 + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=back + +C is the urgency of the notification, it is named so to not conflict +with trying to modify the urgency. To define a matching rule simply assign the specified value to the value that should be matched, for example: @@ -629,9 +646,31 @@ Shell-like globing is supported. =item B -The following attributes can be overridden: timeout, urgency, foreground, -background, frame_color, new_icon, set_transient, format, fullscreen, -set_stack_tag where, as with the filtering attributes, each one corresponds to +The following attributes can be overridden: + +=over 4 + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=item C + +=back + +As with the filtering attributes, each one corresponds to the respective notification attribute to be modified. As with filtering, to make a rule modify an attribute simply assign it in the diff --git a/dunstrc b/dunstrc index bf9fc99..2a2a772 100644 --- a/dunstrc +++ b/dunstrc @@ -297,10 +297,27 @@ # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. -# Messages can be matched by "appname", "summary", "body", "icon", "category", -# "msg_urgency" and you can override the "timeout", "urgency", "foreground", -# "background", "frame_color", "new_icon" and "format", "fullscreen", -# "stack_tag". +# +# Messages can be matched by +# appname +# body +# category +# icon +# msg_urgency +# stack_tag +# summary +# +# and you can override the +# background +# foreground +# format +# frame_color +# fullscreen +# new_icon +# set_stack_tag +# timeout +# urgency +# # Shell-like globbing will get expanded. # # SCRIPTING