
Olivier Fourdan with Red Hat has contributed to upstream XWayland a "-output" command line argument for allowing the placement of the XWayland rootful fullscreen to be placed. The "-output" argument supports a monitor name as defined by the Wayland outputs. This option makes it possible to specify a given output/monitor where wanting to run a rootful fullscreen window such as for a classic X11 desktop and even the ability to run multiple XWayland rootful fullscreens on multiple outputs.
-output name
Specifies on which output Xwayland fullscreen rootful should be placed. The name must match the name of an existing Wayland output (output names can be found using wayland-info).
If no matching output can be found, the Wayland compositor will decide on which output the fullscreen rootful Xwayland window will be placed.
This option has no effect if Xwayland is running rootless.
This XWayland -output option was committed today to the X.Org Server Git tree. See this merge request for more information on the new XWayland output option.