diff --git a/profiles/ManuSurface/Arch/install.sh b/profiles/ManuSurface/Arch/install.sh index 91febc18..91fec58e 100755 --- a/profiles/ManuSurface/Arch/install.sh +++ b/profiles/ManuSurface/Arch/install.sh @@ -11,4 +11,6 @@ NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" \ INSTALL_FONTS=0 \ . "../../../scripts/Common/Config/UserProfile/install.sh"; +. "../../../scripts/Common/Config/Steam/hidpi.sh"; + popd > /dev/null; diff --git a/scripts/Common/Config/Steam/hidpi.sh b/scripts/Common/Config/Steam/hidpi.sh new file mode 100755 index 00000000..a407041d --- /dev/null +++ b/scripts/Common/Config/Steam/hidpi.sh @@ -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;