From 5fe3cd13ed1488e7bed1fa8d39347dd086ea58bf Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 1 Dec 2020 16:28:10 +0100 Subject: [PATCH] Add a delay to allow dmenu to be closed --- printscreen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printscreen b/printscreen index 50011b9..ae6fb4a 100755 --- a/printscreen +++ b/printscreen @@ -5,7 +5,7 @@ ## Or try to use scrot if [ "$(command -v flameshot)" ]; then - flameshot gui --path /tmp + flameshot gui --path /tmp --delay 50 else ## Use scrot # -s : Interactively select a window or rectangle with the mouse.