summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-01 18:04:18 +0200
committerjoe <rbo@gmx.us>2025-10-01 18:04:18 +0200
commit74ecc98e528eac979e0820c9fa48955a186c0cc1 (patch)
treebe754babad6341d504daa4fe8c8433ca428fa595 /.local/bin/dmscrot
parentup (diff)
downloaddotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.gz
dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.bz2
dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.xz
dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.tar.zst
dotfiles-bsd-74ecc98e528eac979e0820c9fa48955a186c0cc1.zip
up
Diffstat (limited to '.local/bin/dmscrot')
-rwxr-xr-x.local/bin/dmscrot9
1 files changed, 3 insertions, 6 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot
index dcefb70..6560d79 100755
--- a/.local/bin/dmscrot
+++ b/.local/bin/dmscrot
@@ -8,7 +8,7 @@ use constant {
SCREENSHOT_PATH => 'scrot',
IMGVIEW_PATH => 'nsxiv',
XCLIP_PATH => 'xclip',
- NOTIFY_PATH => 'notify-send'
+ NOTIFY_PATH => 'herbe'
};
use constant LIST => [
'select region',
@@ -36,11 +36,8 @@ sub notify_img
system(
NOTIFY_PATH,
- '-u', 'low',
- '-t', '2000',
- 'scrot',
- ' screenshot captured to ' . "\n" .
- '<b>' . $file . '</b>'
+ ' screenshot captured to ' . "\n" .
+ $file
);
return;
}