From cb4aea2f69a3d4fa765e64b60e1042081a76c989 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Oct 2017 22:39:41 +0200 Subject: [PATCH] Update/clarify some docs --- doc/faq.asciidoc | 4 ---- doc/userscripts.asciidoc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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.