commit 95421d97c45f8e099742327560184d78b87d31f9 parent 68be8ccdabf4134a983d2643cc4a0be747634bef Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Sat, 6 Jun 2020 11:21:35 +0200 Decrease wait time when opening html from mutt Diffstat:
M | .mailcap | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mailcap b/.mailcap @@ -1,4 +1,4 @@ -text/html; cp %s /tmp/tmp.html && chmod a+r /tmp/tmp.html && $BROWSER /tmp/tmp.html && sleep 10 && rm /tmp/tmp.html; test=test -n "$DISPLAY" +text/html; cp %s /tmp/tmp.html && chmod a+r /tmp/tmp.html && $BROWSER /tmp/tmp.html && sleep 2 && rm /tmp/tmp.html; test=test -n "$DISPLAY" text/html; w3m -I %{charset} -o display_link_number=1 -T text/html; copiousoutput; needsterminal text/plain; cat %s; copiousoutput; needsterminal text/*; plumb %s; needsterminal