mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
make w3m and wget more XDG base dir spec compliant
This commit is contained in:
parent
170f24a116
commit
675dc0dbb1
6 changed files with 18 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue