From e6a8c88b93af1f652310c859e8626a1dc1dfb4e3 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 23 Sep 2020 23:22:47 +0200 Subject: [PATCH] fix mb-scrot glitches --- bin/mb-scrot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mb-scrot b/bin/mb-scrot index f89eb19..faa98ca 100755 --- a/bin/mb-scrot +++ b/bin/mb-scrot @@ -68,7 +68,7 @@ case "$1" in --select|-s) cd $scrot_dir notify-send -i photo "$SELECT_AREA" & - scrot -s && + scrot -fs && sleep 1 && notify-send -i photo "$SAVED $scrot_dir" ;; -5)