I'm using audacious built against Qt5 in Fedora 39, Wayfire 0.8.
Here's my output section:
[output:eDP-1]
mode = 2560x1600@120.000999
position = 0,0
transform = normal
scale = 1.333
When I start audacious everything in it looks very small, as if it's not scaled to 1.333.
I've googled and found this: https://doc.qt.io/qt-5/highdpi.html
With QT_SCALE_FACTOR=1.333 audacious the application get scaled.
My question is, what about exporting scale as QT_SCALE_FACTOR for newly run applications?
But then scale can be changed dynamically and I've no idea how it can be propagated to already running Qt5 applications.