diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-19 10:23:33 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-19 10:23:33 +0200 |
commit | 9221bcf602bb2d423910dc4e9cb410d79d6591ec (patch) | |
tree | c23fae4d3de0d04a69620b00e22dbe669e8ddd3d | |
parent | up (diff) | |
download | dotfiles-bsd-9221bcf602bb2d423910dc4e9cb410d79d6591ec.tar.gz dotfiles-bsd-9221bcf602bb2d423910dc4e9cb410d79d6591ec.tar.bz2 dotfiles-bsd-9221bcf602bb2d423910dc4e9cb410d79d6591ec.tar.xz dotfiles-bsd-9221bcf602bb2d423910dc4e9cb410d79d6591ec.tar.zst dotfiles-bsd-9221bcf602bb2d423910dc4e9cb410d79d6591ec.zip |
update
-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; |