diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-12 12:05:45 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-12 12:05:45 +0200 |
commit | 5b3bf5a4fcaf460800a41b90609b5363b254a7a3 (patch) | |
tree | fdd5e5e32cb19c7213365b70f9c90ae57bbb8665 /.local/bin/dmscrot | |
parent | Fix (diff) | |
download | dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.gz dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.bz2 dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.xz dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.zst dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.zip |
Updates, new script!
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); |