Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GiovanniGrieco/9ab7e1000779f8219f1d9b5ab15b0858 to your computer and use it in GitHub Desktop.
Save GiovanniGrieco/9ab7e1000779f8219f1d9b5ab15b0858 to your computer and use it in GitHub Desktop.
Enforce Wayland in Qt-based Flatpak Application
#!/bin/bash
APP_NAME=$1
flatpak --user override --socket=wayland --env="XCURSOR_SIZE=24" --env="QT_QPA_PLATFORM=wayland" $APP_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment