How to run programs that require X11 on Wayland

#x11 #wayland #linux #cli

  1. Run the program with GDK_BACKEND=x11:
GDK_BACKEND=x11 <program>