summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmscrot')
-rwxr-xr-x.local/bin/dmscrot3
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index 2746cd7..b23d886 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -40,8 +40,7 @@ sub notify_img
if (not $pid) {
system(
NOTIFY_PATH,
- ' screenshot captured to ' . "\n" .
- $file
+ 'screenshot captured to ' . "\n" . $file
);
}
return;