summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmscrot
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-12 12:05:45 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-12 12:05:45 +0200
commit5b3bf5a4fcaf460800a41b90609b5363b254a7a3 (patch)
treefdd5e5e32cb19c7213365b70f9c90ae57bbb8665 /.local/bin/dmscrot
parentFix (diff)
downloaddotfiles-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/dmscrot3
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);