summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-11-28 09:20:48 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-11-28 09:20:48 +0100
commitbc93d2257f25402275d945e7fc7e3ac0b0159dd1 (patch)
tree3c56c292e609749d694631c3a9bf93469ad2b176 /doc/faq.asciidoc
parentd7786c694fb30eb9da79b5842629cc271d0ed09e (diff)
downloadqutebrowser-bc93d2257f25402275d945e7fc7e3ac0b0159dd1.tar.gz
qutebrowser-bc93d2257f25402275d945e7fc7e3ac0b0159dd1.zip
Add WM_CLASS to the FAQ
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index 6687917c7..113a11f09 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -260,6 +260,12 @@ Note that there are some missing features which you may run into:
. Any greasemonkey API function to do with adding UI elements is not currently
supported. That means context menu extentensions and background pages.
+How do I change the `WM_CLASS` used by qutebrowser windows?::
+ Qt only supports setting `WM_CLASS` globally, which you can do by starting
+ with `--qt-arg name foo`. Note that all windows are part of the same
+ qutebrowser instance (unless you use `--temp-basedir` or `--basedir`), so
+ they all will share the same `WM_CLASS`.
+
== Troubleshooting
Unable to view flash content.::