diff options
author | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-26 17:27:52 +0100 |
commit | 5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de (patch) | |
tree | b012c7fe49af4db703d7dc5672991a5254d00261 /.local/bin/dmscrot | |
parent | up (diff) | |
download | dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.gz dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.bz2 dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.xz dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.tar.zst dotfiles-bsd-5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmscrot | 12 |
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; |