Skip to content

Instantly share code, notes, and snippets.

@tkirkland
Created April 26, 2023 14:50
Show Gist options
  • Select an option

  • Save tkirkland/363507e47a0496afc206fbf3094acc7c to your computer and use it in GitHub Desktop.

Select an option

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)
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