Skip to content

Instantly share code, notes, and snippets.

@pjobson
Last active April 24, 2025 05:56
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
Larget Font in Steam Linux - Good for using on a TV from a couch.
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