i3: Modified dunst to use different Mouse bindings

This commit is contained in:
Julian Mutter 2021-07-22 16:38:50 +02:00
parent f0129a370f
commit 8af65c3607

View File

@ -254,8 +254,8 @@
# These values can be strung together for each mouse event, and
# will be executed in sequence.
mouse_left_click = do_action, close_current
mouse_middle_click = do_action, close_current
mouse_right_click = close_all
mouse_middle_click = close_all
mouse_right_click = close_current
# Experimental features that may or may not work correctly. Do not expect them
# to have a consistent behaviour across releases.