commit 3732fc40079ddbf0b02a024fc8df2586d42cfb70
parent 97e9ae478ece47cca02c34043989f9fcb796713c
Author: Alex Balgavy <alex@balgavy.eu>
Date: Wed, 22 Dec 2021 00:02:15 +0100
mailcap: fix pdf viewing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mailcap b/mailcap
@@ -11,7 +11,7 @@ application/x-tar-gz; tar tzf %s | less -R
# Open pgp signatures as text
application/pgp-signature; LESS="-Ric" less
-application/pdf; setsid -f zathura "%s" >/dev/null 2>&1
+application/pdf; setsid -f zathura %s
# Use the `opener` script for everything else
image; setsid -f opener %s >/dev/null 2>&1
video; setsid -f opener %s >/dev/null 2>&1