w3m now html browser again

This commit is contained in:
Luke Smith 2018-05-04 13:05:33 -07:00
parent 1c7d1344b6
commit 8a2a7821a2

View File

@ -1,7 +1,7 @@
#text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal; #text/html; qutebrowser %s &; test=test -n "$DISPLAY"; needsterminal;
text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput; #text/html; $BROWSER %s 2>/dev/null & disown; copiousoutput;
#text/html; w3m -I %{charset} -T text/html; copiousoutput; text/html; w3m -I %{charset} -T text/html; copiousoutput;
application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal; application/pdf; mv %s %s.pdf && i3 exec mupdf %s.pdf > /dev/null; needsterminal;