diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmscrot | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |