all repos — nixfiles @ bdab7def66314e83f4577dd70b2855228cc47606

System and user configuration, managed by nix and home-manager

dunst: use left-click to perform notification actions
Alan Pearce alan@alanpearce.eu
Wed, 04 Mar 2020 15:37:00 +0100
commit

bdab7def66314e83f4577dd70b2855228cc47606

parent

9e2bdbdb55b5311308250327f812d15c75ffe50c

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/dunst.nixuser/settings/dunst.nix
@@ -26,6 +26,9 @@ word_wrap = "yes";         ignore_newline = "no";
 
         separator_color = "frame";
+
+        mouse_left_click = "do_action";
+        mouse_right_click = "close_current";
       };
       frame = {
         width = 1;