Add a note about Wayland panel on output limitations
This commit is contained in:
parent
af8cb7c39d
commit
7cefc8e55e
1 changed files with 3 additions and 1 deletions
|
|
@ -661,7 +661,9 @@ def build_panel_cli_spec(defaults: dict[str, str]) -> str:
|
|||
you to specify which output is used, by name. If not specified the compositor will choose an
|
||||
output automatically, typically the last output the user interacted with or the primary monitor.
|
||||
Use the special value :code:`list` to get a list of available outputs. Use :code:`listjson` for
|
||||
a json encoded output.
|
||||
a json encoded output. Note that on Wayland the output can only be set at panel creation time,
|
||||
it cannot be changed after creation, nor is there anyway to display a single panel on all outputs.
|
||||
Please complain to the Wayland developers about this.
|
||||
|
||||
|
||||
--class --app-id
|
||||
|
|
|
|||
Loading…
Reference in a new issue