aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-02-04 17:03:39 +0100
committerMateja <mail@matejamaric.com>2021-02-04 17:03:39 +0100
commit5d0c80a46c76dd1712f274ff6ddce05526253983 (patch)
tree752fb261d05bb217b51bd02af43ae4f08e7d8606
parent35269a06323820b87bed380f4e3e9b8729f80a0a (diff)
downloaddotfiles-5d0c80a46c76dd1712f274ff6ddce05526253983.tar.gz
dotfiles-5d0c80a46c76dd1712f274ff6ddce05526253983.zip
Configure dunst to use script for saving notifications.
-rw-r--r--.config/dunst/dunstrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index bf8e14f..ef3ef21 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -255,3 +255,7 @@ timeout = 8
# urgency = normal
#
# vim: ft=cfg
+
+[log_notifications]
+ script = ~/.local/bin/save_notification.sh
+