git-porno: remove any mpv io - git-porno - Git Porno | |
git clone git://bitreich.org/git-porno git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 485254bec2680691e0eb053d42e7a07f09a33193 | |
parent 9033feddde50e7486663f444f1f663f8ccd0c9fd | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 18 Oct 2023 20:21:43 +0200 | |
git-porno: remove any mpv io | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M git-porno | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/git-porno b/git-porno | |
@@ -12,7 +12,7 @@ then | |
fi | |
git_porno_cmd() { | |
- mpv --really-quiet --force-window=no --no-video "${mediadir}/git-$1.op… | |
+ mpv --force-window=no --no-video --no-terminal "${mediadir}/git-$1.opu… | |
git "$@" | |
} | |