File 0002-increase-font-gamma_qguiapplication.patch of Package qt6-base
--- a/src/gui/kernel/qguiapplication.cpp.orig 2026-01-05 11:35:53.995808521 +0100 +++ b/src/gui/kernel/qguiapplication.cpp 2026-01-05 11:36:38.470200942 +0100 @@ -201,7 +201,7 @@ Q_CONSTINIT qreal QGuiApplicationPrivate::m_maxDevicePixelRatio = 0.0; -Q_CONSTINIT static qreal fontSmoothingGamma = 1.7; +Q_CONSTINIT static qreal fontSmoothingGamma = 2.2; Q_CONSTINIT bool QGuiApplicationPrivate::quitOnLastWindowClosed = true;