From 8af65c3607f2e111635cf254be8344a976f2a52d Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 22 Jul 2021 16:38:50 +0200 Subject: [PATCH] i3: Modified dunst to use different Mouse bindings --- i3/.config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/dunst/dunstrc b/i3/.config/dunst/dunstrc index 43fb6dd..55fe55d 100644 --- a/i3/.config/dunst/dunstrc +++ b/i3/.config/dunst/dunstrc @@ -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.