From 941c527af91db0512b11265ba1815602a4a1433e Mon Sep 17 00:00:00 2001 From: Lukas Radermacher <49586507+lukasrad02@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:31:23 +0200 Subject: [PATCH] Update docs Document new mouse actions in dunstrc and docs/dunst.5.pod. --- docs/dunst.5.pod | 10 +++++++++- dunstrc | 2 ++ 2 files changed, 11 insertions(+), 1 deletion(-) 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