diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index 76c2fb3da..75fe5ee8c 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -186,10 +186,6 @@ Why takes it longer to open an URL in qutebrowser than in chromium?:: == 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.:: 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` diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc index 6ab94d839..7f43e969b 100644 --- a/doc/userscripts.asciidoc +++ b/doc/userscripts.asciidoc @@ -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 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_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.