Xorg: Difference between revisions
Erikarvstedt (talk | contribs) Add comments, add Qt5-related variable, add systemd user support |
Erikarvstedt (talk | contribs) Add Qt 6 support |
||
Line 28: | Line 28: | ||
"QT_AUTO_SCREEN_SCALE_FACTOR" | "QT_AUTO_SCREEN_SCALE_FACTOR" | ||
]; | ]; | ||
</syntaxhighlight> | |||
To enable HiDPI scaling for Qt 6 applications, add the following to <code>.Xresources</code>: | |||
<syntaxhighlight> | |||
Xft.dpi: 180 | |||
</syntaxhighlight> | </syntaxhighlight> | ||