Steam font size too small
Hi All, Quick question when you guys have a moment. How can I increase the size of the font in the Steam UI? I've tried the command STEAM_FORCE_DESKTOPUI_SCALING=1.5 steam but this makes no differences.
9 Replies
See if running this from the terminal works
/usr/bin/bazzite-steam -forcedesktopscaling 2
if so you can probably edit your .desktop file for launching steamNice one, many thanks Wolfyreload!
Ah great 🙂 glad that worked
is there a way we can handle this without having to edit .desktop files?
I just tried this in my archlinux install and it's working fine in there, same system
you can use
~/.config/environment.d/
to set STEAM_FORCE_DESKTOPUI_SCALING=1.5
as env varI get that, but I have an environment here that works just fine outside of bluefin, without the need to do this. steam actually has scaling support so what is wrong in its detection?
idk