From 5cf9ed79cf0d019f4ec1d50a04415710c8f6f3de Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 26 Dec 2024 17:27:52 +0100 Subject: up --- .local/bin/dmscrot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.local/bin/dmscrot') 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" . '' . $file . '' ); return; -- cgit v1.2.3