From 9221bcf602bb2d423910dc4e9cb410d79d6591ec Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 19 May 2022 10:23:33 +0200 Subject: update --- .config/dunst/dunstrc | 6 +++--- .local/bin/dmscrot | 2 +- 2 files changed, 4 insertions(+), 4 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*" diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index d35ea4e..2ca1307 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -39,7 +39,7 @@ sub notify_img '-u', 'low', '-t', '2000', 'scrot', - 'a Screenshot captured to ' . "\n" . + ' Screenshot captured to ' . "\n" . '' . $file . '' ); return; -- cgit v1.2.3