diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
commit | 54dbc966d6a911dbb7bbd059f94f7e30c16e47bf (patch) | |
tree | c6a068dad02d0aac9de6f8540c1bfba7a52d0d6a /.config/dunst/dunstrc | |
parent | Notifications update (diff) | |
download | dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.gz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.bz2 dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.xz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.zst dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.zip |
New espeak script for dunst
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ff41d57..6917eff 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -112,9 +112,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] -# summary = "*" -# script = dunst_espeak.sh +[espeak] + summary = "*" + script = /home/jozan/.local/bin/dunst_espeak.sh #[script-test] # summary = "*script*" |