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
|
@ -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;
|
||||
|
|
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…
Reference in a new issue