Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created July 20, 2024 16:49
Show Gist options
  • Save pjobson/1a895885779b5126cdeb08bcf8aae6ad to your computer and use it in GitHub Desktop.
Save pjobson/1a895885779b5126cdeb08bcf8aae6ad to your computer and use it in GitHub Desktop.
Run Steam with Larger Font in Linuz
Direct Install:
Exec=sh -c 'GDK_SCALE=2 steam %U'
Flatpak Install:
sh -c 'GDK_SCALE=1.5 /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=/app/bin/steam --file-forwarding com.valvesoftware.Steam @@u %U @@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment