change dunst click actions

This commit is contained in:
LordMZTE 2021-07-20 15:59:08 +02:00
parent bb8bdebf58
commit 1c984a8bca

View file

@ -253,8 +253,8 @@
# * close_all: Close 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, close_current
mouse_middle_click = do_action
mouse_right_click = close_all
# Experimental features that may or may not work correctly. Do not expect them