From e067dc75d87556bfc6243b804e059d7b5ff3ea0e Mon Sep 17 00:00:00 2001 From: svetelna Date: Tue, 14 Apr 2020 10:56:59 +0200 Subject: [PATCH] updating docs with new fullscreen config settings --- doc/help/settings.asciidoc | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 68667d75a..63c508d33 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -136,6 +136,8 @@ |<>|Allow websites to share screen content. |<>|Try to pre-fetch DNS entries to speed up browsing. |<>|Expand each subframe to its contents. +|<>|Set fullscreen notification overlay timeout in milliseconds. +|<>|Limit fullscreen to the browser window (does not expand to fill the screen). |<>|Allow websites to request geolocations. |<>|Value to send in the `Accept-Language` header. |<>|Custom headers for qutebrowser HTTP requests. @@ -176,7 +178,6 @@ |<>|List of user stylesheet filenames to use. |<>|Enable WebGL. |<>|Which interfaces to expose via WebRTC. -|<>|Limit fullscreen to the browser window (does not expand to fill the screen). |<>|Monitor load requests for cross-site scripting attempts. |<>|Directory to save downloads to. |<>|Prompt the user for the download location. @@ -1809,6 +1810,23 @@ Default: +pass:[false]+ This setting is only available with the QtWebKit backend. +[[content.fullscreen.overlay_timeout]] +=== content.fullscreen.overlay_timeout +Set fullscreen notification overlay timeout in milliseconds. +If set to 0, no overlay will be displayed. + +Type: <> + +Default: +pass:[3000]+ + +[[content.fullscreen.window]] +=== content.fullscreen.window +Limit fullscreen to the browser window (does not expand to fill the screen). + +Type: <> + +Default: +pass:[false]+ + [[content.geolocation]] === content.geolocation Allow websites to request geolocations. @@ -2322,14 +2340,6 @@ On QtWebEngine, this setting requires Qt 5.9.2 or newer. On QtWebKit, this setting is unavailable. -[[content.windowed_fullscreen]] -=== content.windowed_fullscreen -Limit fullscreen to the browser window (does not expand to fill the screen). - -Type: <> - -Default: +pass:[false]+ - [[content.xss_auditing]] === content.xss_auditing Monitor load requests for cross-site scripting attempts.