Xorg: Difference between revisions

Add comments, add Qt5-related variable, add systemd user support
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>