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 /.local | |
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
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmscrot | 2 |
1 files changed, 1 insertions, 1 deletions
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; |