Closed N-R-K closed 1 year ago
currently scrot -s -u will end up taking a screenshot with selection enabled even though -u was specified later. this patch makes scrot follow the cli convention of the later option overwriting the earlier one.
scrot -s -u
-u
fixes: https://github.com/resurrecting-open-source-projects/scrot/issues/264
currently
scrot -s -u
will end up taking a screenshot with selection enabled even though-u
was specified later. this patch makes scrot follow the cli convention of the later option overwriting the earlier one.fixes: https://github.com/resurrecting-open-source-projects/scrot/issues/264