Eu sei como usar (e um pouco depurar) o X11, mas novo no Wayland. Existe uma tabela de correspondências do X11 e do Wayland em algum lugar?
Por exemplo:
Task | X11 | Wayland
specify which server instance to use | DISPLAY= | ?
give permission to access the display |XAUTHORITY / xauth| ?
foce close a window | xkill | ?
enumerate all windows | xwininfo | ?
main config file | xorg.conf | ?
get info about about OpenGL | glxinfo | ?
capture screen video | ffmpeg -f x11grab| ?
manage/inspect input devices | xinput | ?
simulate input | xte | ?
rotate/resize/switch screen/monitor | xrandr | ?
set/get clipboard content | xclip | ?
manage keyboard layout | xmodmap/setxkbmap| ?
create a test window and dump events | xev | ?
manage properties | xprop | ?
display a simple window with given text| xmessage | ?