add delay to allow browser to open file
This commit is contained in:
parent
f0e3b4805e
commit
902c1cf781
1 changed files with 1 additions and 1 deletions
|
@ -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
|
text/html; w3m -I %{charset} -T text/html; copiousoutput
|
||||||
application/pdf; evince %s >/dev/null 2>&1;
|
application/pdf; evince %s >/dev/null 2>&1;
|
||||||
image/*; qiv %s >/dev/null 2>&1;
|
image/*; qiv %s >/dev/null 2>&1;
|
||||||
|
|
Loading…
Reference in a new issue