1
0
Fork 0

Update actions and font

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-02-11 17:46:38 +01:00
parent b7c7bab313
commit 8ec0da736b
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -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.