Skip to content

Instantly share code, notes, and snippets.

@VernonGrant
Created February 15, 2022 07:42
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 VernonGrant/99af3707b6b4c0bc23ca984158b550cb to your computer and use it in GitHub Desktop.
Save VernonGrant/99af3707b6b4c0bc23ca984158b550cb to your computer and use it in GitHub Desktop.
Scale snapd installed spotify on Ubuntu 21:10.

Scale Spotify on Ubuntu 21:10

  • Open the Spotify snapd desktop file at: /var/lib/snapd/desktop/applications/spotify_spotify.desktop.
  • Add --force-device-scale-factor=2.0 to the Exec line.
Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/spotify_spotify.desktop /snap/bin/spotify --force-device-scale-factor=2.0 %U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment