Update actions and font
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b7c7bab313
commit
8ec0da736b
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue