Set DPI for steam on HiDPI devices
This commit is contained in:
parent
c52c8e1241
commit
e4ff7b784a
2 changed files with 7 additions and 0 deletions
scripts/Common/Config/Steam
5
scripts/Common/Config/Steam/hidpi.sh
Executable file
5
scripts/Common/Config/Steam/hidpi.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
{
|
||||
echo '#!/bin/bash';
|
||||
echo 'export STEAM_FORCE_DESKTOPUI_SCALING=2.0';
|
||||
} | sudo tee /etc/profile.d/steam.sh > /dev/null;
|
Loading…
Add table
Add a link
Reference in a new issue