diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
commit | 435dc20b5183f038d9a6a3c23199294ed1111986 (patch) | |
tree | 88777dfd7a694d033be95abba8ccbfa50764f86b /.config/dunst | |
parent | 7f2a7a6fa6425072ed347f09e69060af5611198c (diff) |
dunsts, polybar, picom
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 76bc5c0..f6e0d36 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,8 +293,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 + mouse_middle_click = close_current mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them |