Update/clarify some docs

This commit is contained in:
Florian Bruhin 2017-10-24 22:39:41 +02:00
parent 984dd1ba8c
commit cb4aea2f69
2 changed files with 1 additions and 5 deletions

View File

@ -186,10 +186,6 @@ Why takes it longer to open an URL in qutebrowser than in chromium?::
== Troubleshooting == Troubleshooting
Configuration not saved after modifying config.::
When editing your config file manually, qutebrowser must be exited completely.
This can be done by issuing the command `:quit` or by pressing `Ctrl+q`.
Unable to view flash content.:: Unable to view flash content.::
If you have flash installed for on your system, it's necessary to enable plugins If you have flash installed for on your system, it's necessary to enable plugins
to use the flash plugin. Using the command `:set content.plugins true` to use the flash plugin. Using the command `:set content.plugins true`

View File

@ -31,7 +31,7 @@ The following environment variables will be set when a userscript is launched:
- `QUTE_MODE`: Either `hints` (started via hints) or `command` (started via - `QUTE_MODE`: Either `hints` (started via hints) or `command` (started via
command or key binding). command or key binding).
- `QUTE_USER_AGENT`: The currently set user agent. - `QUTE_USER_AGENT`: The currently set user agent, if customized.
- `QUTE_FIFO`: The FIFO or file to write commands to. - `QUTE_FIFO`: The FIFO or file to write commands to.
- `QUTE_HTML`: Path of a file containing the HTML source of the current page. - `QUTE_HTML`: Path of a file containing the HTML source of the current page.
- `QUTE_TEXT`: Path of a file containing the plaintext of the current page. - `QUTE_TEXT`: Path of a file containing the plaintext of the current page.