diff options
author | Alan Pearce | 2020-03-04 15:37:00 +0100 |
---|---|---|
committer | Alan Pearce | 2020-03-04 15:37:00 +0100 |
commit | bdab7def66314e83f4577dd70b2855228cc47606 (patch) | |
tree | 8c27a0ccfdb9c749a71ce73a1ecceb6493f4d3d1 | |
parent | 9e2bdbdb55b5311308250327f812d15c75ffe50c (diff) | |
download | nixfiles-bdab7def66314e83f4577dd70b2855228cc47606.tar.lz nixfiles-bdab7def66314e83f4577dd70b2855228cc47606.tar.zst nixfiles-bdab7def66314e83f4577dd70b2855228cc47606.zip |
dunst: use left-click to perform notification actions
-rw-r--r-- | user/settings/dunst.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/settings/dunst.nix b/user/settings/dunst.nix index a65c63b2..950c77a2 100644 --- a/user/settings/dunst.nix +++ b/user/settings/dunst.nix @@ -26,6 +26,9 @@ ignore_newline = "no"; separator_color = "frame"; + + mouse_left_click = "do_action"; + mouse_right_click = "close_current"; }; frame = { width = 1; |