summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmscrot12
1 files changed, 6 insertions, 6 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index 78a02de..7456fa9 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -11,11 +11,11 @@ use constant {
NOTIFY_PATH => 'notify-send'
};
use constant LIST => [
- 'Select region',
- 'Window',
- 'Fullscreen',
- 'Monitor 1',
- 'Monitor 2'
+ 'select region',
+ 'window',
+ 'fullscreen',
+ 'monitor 1',
+ 'monitor 2'
];
sub show_img
@@ -39,7 +39,7 @@ sub notify_img
'-u', 'low',
'-t', '2000',
'scrot',
- ' Screenshot captured to ' . "\n" .
+ ' screenshot captured to ' . "\n" .
'<b>' . $file . '</b>'
);
return;