From bdab7def66314e83f4577dd70b2855228cc47606 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 4 Mar 2020 15:37:00 +0100 Subject: dunst: use left-click to perform notification actions --- user/settings/dunst.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'user/settings') diff --git a/user/settings/dunst.nix b/user/settings/dunst.nix index a65c63b2..950c77a2 100644 --- a/user/settings/dunst.nix +++ b/user/settings/dunst.nix @@ -26,6 +26,9 @@ ignore_newline = "no"; separator_color = "frame"; + + mouse_left_click = "do_action"; + mouse_right_click = "close_current"; }; frame = { width = 1; -- cgit 1.4.1