diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmscrot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index 6029256..d35ea4e 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -113,6 +113,9 @@ sub action '-a', '1920,180,1440,900' ); } + else { + return; + } show_img($file_name); notify_img($file_name); clip_img($file_name); |