From 4e0f43e3bc4f8116f8a5f305b767d058858054fd Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Sat, 16 Oct 2021 22:21:34 +0200 Subject: [PATCH] Moved some dunst keybinds around --- dunst/.config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 0583265..a1e5f73 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -283,9 +283,9 @@ # * 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_right_click = close_all + mouse_left_click = do_action, close_current + 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.