From a6f6fdf19b0665d81261642384bd67e2edd3b6f8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 27 Mar 2018 11:09:18 +0200 Subject: [PATCH] Update docs --- doc/changelog.asciidoc | 2 ++ doc/help/settings.asciidoc | 4 +++- qutebrowser/config/configdata.yml | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 7de3fde84..1eaf473e9 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -39,6 +39,8 @@ Changed - `:version` now shows OS information for POSIX OS other than Linux/macOS. - When there's an error inserting the text from an external editor, a backup file is now saved. +- The `window.hide_wayland_decoration` setting got renamed to + `window.hide_decoration` and now also works outside of wayland. Fixed ~~~~~ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index dbee21b8f..621d04c6b 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -3160,7 +3160,9 @@ Default: [[window.hide_decoration]] === window.hide_decoration Hide the window decoration. -This setting requires a restart. + +This setting requires a restart on Wayland. + Type: <> diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index bbc49b374..1de220938 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -1539,10 +1539,10 @@ window.hide_wayland_decoration: window.hide_decoration: type: Bool default: false - restart: false desc: | - Hide the window decoration. Does require a restart for - Wayland users. + Hide the window decoration. + + This setting requires a restart on Wayland. window.title_format: type: