MiniMeters will automatically select a session type by reading the XDG_SESSION_TYPE
environment variable. If you would like to force a specific session type simply run MiniMeters like so:
XDG_SESSION_TYPE=x11 ./MiniMeters.AppImage
...Or for Wayland:
XDG_SESSION_TYPE=wayland ./MiniMeters.AppImage
If for some reason you need to keep the XDG_SESSION_TYPE
environment variable set, perhaps due to a window manager limitation, you can also set the MINIMETERS_SESSION_TYPE
environment variable.
XDG_SESSION_TYPE
in MiniMeters.