Add a delay to allow dmenu to be closed
This commit is contained in:
parent
0af12afc3a
commit
5fe3cd13ed
|
@ -5,7 +5,7 @@
|
||||||
## Or try to use scrot
|
## Or try to use scrot
|
||||||
|
|
||||||
if [ "$(command -v flameshot)" ]; then
|
if [ "$(command -v flameshot)" ]; then
|
||||||
flameshot gui --path /tmp
|
flameshot gui --path /tmp --delay 50
|
||||||
|
|
||||||
else ## Use scrot
|
else ## Use scrot
|
||||||
# -s : Interactively select a window or rectangle with the mouse.
|
# -s : Interactively select a window or rectangle with the mouse.
|
||||||
|
|
Loading…
Reference in New Issue