Add WM_CLASS to the FAQ
This commit is contained in:
parent
d7786c694f
commit
bc93d2257f
@ -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
|
. Any greasemonkey API function to do with adding UI elements is not currently
|
||||||
supported. That means context menu extentensions and background pages.
|
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
|
== Troubleshooting
|
||||||
|
|
||||||
Unable to view flash content.::
|
Unable to view flash content.::
|
||||||
|
Loading…
Reference in New Issue
Block a user