Created
April 26, 2023 14:50
-
-
Save tkirkland/363507e47a0496afc206fbf3094acc7c to your computer and use it in GitHub Desktop.
Fix QT WidgetScaling on 4k (HiDPI) screens in KDE Plasma (at least 5.27.4 is tested)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Run the following from a shell: | |
| echo "export PLASMA_USE_QT_SCALING=1" >> ~/.profile | |
| or add this line maunualy to ${USER}/.profile: | |
| export PLASMA_USE_QT_SCALING=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment