From 1c984a8bcab761799dee68d38e710f142ae18330 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 20 Jul 2021 15:59:08 +0200 Subject: [PATCH] change dunst click actions --- dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index 0f23e34..c87d740 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -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