From e9a1b3101e749fe16d47c37a9081ecf07a7d22c9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 9 Jul 2021 23:57:12 +0200 Subject: [PATCH] dunst: use left click to execute action, other clicks close --- dotfiles/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/dunstrc b/dotfiles/dunstrc index 619ae0e..a0a939f 100644 --- a/dotfiles/dunstrc +++ b/dotfiles/dunstrc @@ -69,9 +69,9 @@ ignore_dbusclose = false # Mouse - mouse_left_click = close_current - mouse_middle_click = none - mouse_right_click = none + mouse_left_click = do_action + mouse_middle_click = close_current + mouse_right_click = close_current [urgency_low] background = "#222222" @@ -89,4 +89,4 @@ timeout = 0 [pushback_all] -fullscreen = pushback + fullscreen = pushback