Update dunst config

This commit is contained in:
Alexis Jhon Gaspar 2023-10-08 16:44:11 +08:00
parent 0966c37442
commit 07566e4d62

View file

@ -231,7 +231,10 @@
### Misc/Advanced ### ### Misc/Advanced ###
# dmenu path. # dmenu path.
dmenu = /usr/local/bin/spmenu -p dunst: # Adjust this according to your monitor resolution.
# i.e 1920-600=1320, 1280-600=680 for the -x arg. I'm looking for a way to make
# it work with jgmenu.
dmenu = /usr/local/bin/spmenu -p dunst: -x 1320 -z 600 -nt -ml 10 -g 1
# Browser for opening urls in context menu. # Browser for opening urls in context menu.
browser = /usr/bin/xdg-open browser = /usr/bin/xdg-open
@ -295,8 +298,8 @@
# * context_all: Open context menu for all notifications. # * context_all: Open context menu for all notifications.
# These values can be strung together for each mouse event, and # These values can be strung together for each mouse event, and
# will be executed in sequence. # will be executed in sequence.
mouse_left_click = close_current mouse_left_click = do_action, close_current
mouse_middle_click = do_action, close_current mouse_middle_click = context, close_current
mouse_right_click = close_all mouse_right_click = close_all
# Experimental features that may or may not work correctly. Do not expect them # Experimental features that may or may not work correctly. Do not expect them