From 8a87f85b9778acb3fd6b7200fe3e91603a8f9c1b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 24 Feb 2022 17:24:59 +0100 Subject: [PATCH] Rebind middle click for contex, not close_all --- home/.config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index 5ad00e7..8a5bfb4 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -269,7 +269,7 @@ # These values can be strung together for each mouse event, and # will be executed in sequence. mouse_left_click = open_url, do_action, close_current - mouse_middle_click = close_all + mouse_middle_click = context mouse_right_click = close_current # Experimental features that may or may not work correctly. Do not expect them