Skip to content

Instantly share code, notes, and snippets.

@aperkaz
Last active June 15, 2018 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aperkaz/6cc8230e796e2cb92a5aff3bb51d41c5 to your computer and use it in GitHub Desktop.
Save aperkaz/6cc8230e796e2cb92a5aff3bb51d41c5 to your computer and use it in GitHub Desktop.
Linux scaling

Linux Scaling

Force scaling of applications when in HiDPI screens.

Add to the command, X being the scale factor:

--force-device-scale-factor=X

Example, execute Spotify with 2x scaling:

spotify --force-device-scale-factor=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment