diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rwxr-xr-x | .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" . '<b>' . $file . '</b>' ); return; |