From bbca03cb30ad4af4270f5baeaff0ab9230563998 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 4 Aug 2022 14:49:22 +0200 Subject: hey --- .local/bin/dmscrot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index c2d0aa8..caa4943 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -106,11 +106,12 @@ sub action ); } elsif ($var eq ${+LIST}[4]) { + sleep(1); system( SCREENSHOT_PATH, $file_name, '-q', '100', - '-a', '1920,180,1440,900' + '-a', '1920,0,2560,1440' ); } else { -- cgit v1.2.3