Nicer usage of dunst

This commit is contained in:
Phuntsok Drak-pa
2019-10-08 17:28:34 +02:00
parent b81ed80698
commit 6bc42fb451
3 changed files with 10 additions and 10 deletions

View File

@@ -236,9 +236,9 @@
# invoke it. If there are multiple and no default, open the context menu.
# * close_current: Close current notification.
# * close_all: Close all notifications.
mouse_left_click = close_current
mouse_middle_click = do_action
mouse_right_click = close_all
mouse_left_click = do_current
mouse_middle_click = close_all
mouse_right_click = close_current
# Experimental features that may or may not work correctly. Do not expect them
# to have a consistent behaviour across releases.