diff options
| author | Joe <bousset.rudy@gmail.com> | 2022-05-10 17:11:53 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2022-05-10 17:11:53 +0200 | 
| commit | d45c41ff4c35b40dc96bb6b815f96774572f712b (patch) | |
| tree | db1e370ed8cf41b193031f1af92a5b0144f6e9f2 /.config/dunst/dunstrc | |
| parent | fix (diff) | |
| download | dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.gz dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.bz2 dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.xz dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.tar.zst dotfiles-bsd-d45c41ff4c35b40dc96bb6b815f96774572f712b.zip  | |
updates
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 ce7323e..d49a8e1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@  # NOTE: It might be helpful to run dunst -print in a terminal in order  # to find fitting options for rules. -[espeak]			# >shutup -   summary = "*"	# >shutup -   script = /home/jozan/.local/bin/dunst_espeak.sh	# >shutup +#[espeak]			# >shutup +#   summary = "*"	# >shutup +#   script = /home/jozan/.local/bin/dunst_espeak.sh	# >shutup  #[script-test]  #    summary = "*script*"  | 
