diff options
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 76bc5c0..f6e0d36 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,8 +293,8 @@ # * 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 - mouse_middle_click = do_action, close_current + mouse_left_click = do_action + mouse_middle_click = close_current mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them |