myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 0f4b3b906be649e2da0ecce35547b35be46dc164
parent 281c72f180fd1afb809781a865c55efe4e4a12c0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 16 Nov 2021 12:08:07 +0100

use mutt_bgrun_evince

the mailcap entry for PDF files is used by firefox and did not work

Diffstat:
mailcap | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mailcap b/mailcap @@ -1,5 +1,5 @@ -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 +application/pdf; ~/bin/mutt_bgrun_evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf +application/x-pdf; ~/bin/mutt_bgrun_evince '%s'; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf image/gif; /usr/bin/mplayer '%s' image/*; /usr/bin/feh -.Z '%s'