From 8ec0da736b1ead83bf181e5ca97631ef46102752 Mon Sep 17 00:00:00 2001
From: Knut Ahlers <knut@ahlers.me>
Date: Tue, 11 Feb 2025 17:46:38 +0100
Subject: [PATCH] Update actions and font

Signed-off-by: Knut Ahlers <knut@ahlers.me>
---
 .config/dunst/dunstrc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 7ff6086..11a2c04 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -144,7 +144,8 @@
 
     ### Text ###
 
-    font = Monospace 8
+    #font = Monospace 8
+    font = DejaVuSansM Nerd Font 8
 
     # The spacing between lines.  If the height is smaller than the
     # font height, it will get raised to the font height.
@@ -323,9 +324,9 @@
     # * 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_right_click = close_all
+    mouse_left_click = do_action, close_current
+    mouse_middle_click = close_all
+    mouse_right_click = context, close_current
 
 # Experimental features that may or may not work correctly. Do not expect them
 # to have a consistent behaviour across releases.