commit b99d60e854e2d52ea0805fc0030fda5da527ac61 parent eb8b338bc1019cbc302747da3b041e15caaf7ca5 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 9 Dec 2016 15:57:46 +0100 open pdf in background Diffstat:
mailcap | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mailcap b/mailcap @@ -1,5 +1,5 @@ -application/pdf; /usr/bin/evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf -application/x-pdf; /usr/bin/evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf +application/pdf; ~/bin/mutt_bgrun /usr/bin/evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf +application/x-pdf; ~/bin/mutt_bgrun /usr/bin/evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf image/gif; /usr/bin/mplayer '%s' image/*; /usr/bin/feh -.Z '%s'