Hi,
MUTTER_SYNC=0/1 complains, client/server and both?
example:
xorg_xfree_server((mutter_sync[0]) + steam_linux_client(listening_local_server)) + game(x)
xorg_xfree_server((mutter_sync[1]) + steam_linux_client(listening_local_server)) + game (x)
wayland_mutter_sync((0) steam_linux_client(listening_local_server))
wayland_mutter_sync((1) steam_linux_client(listening_local_server))
... sorry not continous ...
I think is simpler coz:
cases,
MUTTER_SYNC=client_sync_focus
MUTTER_SYNC=server_sync_focus
MUTTER_SYNC=csc (clients, servers[wayland_xwayland] and clients) <- this is most expecting ...
What you think?