diff --git a/config/wal/templates/dunstrc b/config/wal/templates/dunstrc index 694f49b..64f1a1f 100644 --- a/config/wal/templates/dunstrc +++ b/config/wal/templates/dunstrc @@ -231,7 +231,10 @@ ### Misc/Advanced ### # 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 = /usr/bin/xdg-open @@ -295,8 +298,8 @@ # * 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_left_click = do_action, close_current + mouse_middle_click = context, close_current mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them