Last active
April 24, 2025 05:56
-
-
Save pjobson/1a895885779b5126cdeb08bcf8aae6ad to your computer and use it in GitHub Desktop.
Run Steam with Larger Font in Linuz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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