Closed kojq closed 7 months ago
Allowing a single instance of slurp would be helpful.
Currently using a key bind to do the following for a screenshot as a workaround:
grim -g "$(flock -n /tmp/slurp slurp)"
Sorry, I don't think it's slurp's responsibility to do this. Another way to implement in a simple way would be pgrep slurp || slurp for instance.
pgrep slurp || slurp
Allowing a single instance of slurp would be helpful.
Currently using a key bind to do the following for a screenshot as a workaround: