From c1ab6837ae4d8a96bc9ff7cb3ecc615502f00924 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 Dec 2020 18:04:03 +0100 Subject: Update docs --- doc/changelog.asciidoc | 3 +++ doc/qutebrowser.1.asciidoc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 0508cec72..a5eb433a3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -64,6 +64,9 @@ Added settings might stop working. As a (currently undocumented) escape hatch, this version adds a `QUTE_DARKMODE_VARIANT=qt_515_2` environment variable which can be set to get the correct behavior in (transitive) situations like this. +- New `--desktop-file-name` commandline argument, which can be used to customize + the desktop filename passed to Qt (which is used to set the `app_id` on + Wayland). - New userscripts: - `kodi` to play videos in Kodi - `qr` to generate a QR code of the current URL diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index 777eddc65..83e7986bc 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -62,6 +62,9 @@ show it. *--backend* '{webkit,webengine}':: Which backend to use. +*--desktop-file-name* 'DESKTOP_FILE_NAME':: + Set the base name of the desktop entry for this application. Used to set the app_id under Wayland. See https://doc.qt.io/qt-5/qguiapplication.html#desktopFileName-prop + === debug arguments *-l* '{critical,error,warning,info,debug,vdebug}', *--loglevel* '{critical,error,warning,info,debug,vdebug}':: Override the configured console loglevel -- cgit v1.2.3-54-g00ecf