Clarify settings which need a restart

[ci skip]
This commit is contained in:
Florian Bruhin 2017-09-28 21:51:07 +02:00
parent 322d97c3fa
commit 0b5af757ec
2 changed files with 8 additions and 1 deletions

View File

@ -294,6 +294,7 @@ The backend to use to display websites.
qutebrowser supports two different web rendering engines / backends, QtWebKit and QtWebEngine.
QtWebKit was discontinued by the Qt project with Qt 5.6, but picked up as a well maintained fork: https://github.com/annulen/webkit/wiki - qutebrowser only supports the fork.
QtWebEngine is Qt's official successor to QtWebKit. It's slightly more resource hungry that QtWebKit and has a couple of missing features in qutebrowser, but is generally the preferred choice.
This setting requires a restart.
Type: <<types,String>>
@ -2266,7 +2267,7 @@ Default: +pass:[6]+
[[force_software_rendering]]
=== force_software_rendering
Force software rendering for QtWebEngine.
This is needed for QtWebEngine to work with Nouveau drivers.
This is needed for QtWebEngine to work with Nouveau drivers. This setting requires a restart.
Type: <<types,Bool>>
@ -2656,6 +2657,7 @@ Default: +pass:[8]+
=== qt_args
Additional arguments to pass to Qt, without leading `--`.
With QtWebEngine, some Chromium arguments (see https://peter.sh/experiments/chromium-command-line-switches/ for a list) will work.
This setting requires a restart.
Type: <<types,List of String>>

View File

@ -101,6 +101,8 @@ qt_args:
https://peter.sh/experiments/chromium-command-line-switches/ for a list)
will work.
This setting requires a restart.
force_software_rendering:
type: Bool
default: false
@ -109,6 +111,7 @@ force_software_rendering:
Force software rendering for QtWebEngine.
This is needed for QtWebEngine to work with Nouveau drivers.
This setting requires a restart.
backend:
type:
@ -131,6 +134,8 @@ backend:
resource hungry that QtWebKit and has a couple of missing features in
qutebrowser, but is generally the preferred choice.
This setting requires a restart.
## auto_save
auto_save.interval: