commit 147fa55a81d7f5b1986a69066e4472cbf440adab parent 5a6629ed15f350bf6b0beee7dc00649c4c2bd868 Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe> Date: Fri, 12 Jul 2024 20:23:57 -0500 mutt: changed qutebrowser to firefox in mailcap Diffstat:
| M | .config/mutt/mailcap | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap @@ -1,4 +1,5 @@ -text/html; qutebrowser %s --target private-window &> /dev/null; needsterminal; nametemplate=%s.html; test=test -n "$DISPLAY"; +#text/html; qutebrowser %s --target private-window &> /dev/null; needsterminal; nametemplate=%s.html; test=test -n "$DISPLAY"; +text/html; firefox --private-window %s &> /dev/null; needsterminal; nametemplate=%s.html; test=test -n "$DISPLAY"; text/html; elinks %s; nametemplate=%s.html; text/html; elinks -dump -dump-color-mode 1; copiousoutput;