diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-10-14 15:37:42 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-10-14 15:37:42 +0200 |
| commit | 998f8acc8619400ee259e2048e30cf2e5178f40f (patch) | |
| tree | 206dd9a1700737396769489dd31d4d57a350fe9e /.config/dunst | |
| parent | 5592e80397aa5c887268c93b300b4f85c816c48f (diff) | |
update
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index c670303..245a60c 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -256,7 +256,8 @@ # will be executed in sequence. mouse_left_click = close_current mouse_middle_click = do_action, close_current - mouse_right_click = close_all + mouse_right_click = do_action, close_current + #mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them # to have a consistent behaviour across releases. |
