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.