diff --git a/docs/dunst.5.pod b/docs/dunst.5.pod index a28ce79..4535fd6 100644 --- a/docs/dunst.5.pod +++ b/docs/dunst.5.pod @@ -511,7 +511,7 @@ single notification. To avoid the corners clipping the icon or text the corner radius will be automatically lowered to half of the notification height if it exceeds it. -=item B (values: [none/do_action/close_current/close_all]) +=item B (values: [none/do_action/close_current/close_all/context/context_all]) Defines action of mouse click. A touch input in Wayland acts as a mouse left click. @@ -534,6 +534,14 @@ Close current notification. Close all notifications. +=item B + +Open context menu for the notification. + +=item B + +Open context menu for all notifications. + =back diff --git a/dunstrc b/dunstrc index 5339b85..5c7fa67 100644 --- a/dunstrc +++ b/dunstrc @@ -281,6 +281,8 @@ # invoke it. If there are multiple and no default, open the context menu. # * close_current: Close current notification. # * close_all: Close all notifications. + # * context: Open context menu for the notification. + # * context_all: Open context menu for all notifications. # These values can be strung together for each mouse event, and # will be executed in sequence. mouse_left_click = close_current