make w3m and wget more XDG base dir spec compliant

This commit is contained in:
JesseBot 2022-12-20 13:40:11 +01:00
parent 170f24a116
commit 675dc0dbb1
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9
6 changed files with 18 additions and 2 deletions

View file

@ -32,7 +32,7 @@ async def main(connection):
# send the command to the newly created split
w3m = ("w3m -sixel -o auto_image=TRUE -o display_image=1 -T text/html"
f" -F {args.html_file} && exit \n")
f" -o confirm_qq=false -F {args.html_file} && exit \n")
await right_pane.async_send_text(w3m)