diff options
Diffstat (limited to '.local/bin')
-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; |