==
// To check whether wayland / X11
$ echo $XDG_SESSION_TYPE
x11
==
// To update wayland / x11
$ sudo gvim /etc/gdm3/custom.conf
// edit the line
// this means x11
WaylandEnable=false
// and this means wayland
WaylandEnable=true
==
// To check after update - after reboot
$ echo $XDG_SESSION_TYPE
==