From 435dc20b5183f038d9a6a3c23199294ed1111986 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 13 Feb 2023 13:41:45 -0600 Subject: dunsts, polybar, picom --- .config/dunst/dunstrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/dunst') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 76bc5c0..f6e0d36 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,8 +293,8 @@ # * context_all: Open context menu for 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 + mouse_middle_click = close_current mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them -- cgit