pop-os / cosmic-session

Session manager for the COSMIC desktop environment
GNU General Public License v3.0
74 stars 23 forks source link

start-cosmic: Set QT auto scaling env variables #64

Closed Drakulix closed 2 months ago

Drakulix commented 3 months ago

This makes sure together with our XSettings implementation in cosmic-comp, that QT apps running on their xcb backend will react to the DPI values we are setting by changing their internal scaling.

Depends on https://github.com/pop-os/cosmic-comp/pull/779 being merged first. cosmic-comp changes merged.

fulalas commented 3 months ago

This is great!

It would also be nice to do the same regarding dark/light theme change, not only applying to COSMIC toolkit, but also Qt and GTK.

Thanks a lot!