add delay to allow browser to open file

This commit is contained in:
Franzi 2018-12-21 21:51:24 +01:00
parent f0e3b4805e
commit 902c1cf781
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
text/html; qutebrowser %s; nametemplate=%s.html
text/html; qutebrowser %s && sleep 1; nametemplate=%s.html
text/html; w3m -I %{charset} -T text/html; copiousoutput
application/pdf; evince %s >/dev/null 2>&1;
image/*; qiv %s >/dev/null 2>&1;