PortValhalla/scripts/Common/Config/Steam/hidpi.sh

6 lines
141 B
Bash
Executable file

#!/bin/bash
{
echo '#!/bin/bash';
echo 'export STEAM_FORCE_DESKTOPUI_SCALING=2.0';
} | sudo tee /etc/profile.d/steam.sh > /dev/null;