Run programs on wayland that are still visible to capture programs (such as OBS).
#!/bin/sh export QT_QPA_PLATFORM=xcb exec "$@"
Run programs on wayland that are still visible to capture programs (such as OBS).
#!/bin/sh export QT_QPA_PLATFORM=xcb exec "$@"