dpi=96 by default

This commit is contained in:
Mikhail Tergoev
2025-10-10 16:20:40 +03:00
parent efd1ec6d8c
commit a7c463bd83
3 changed files with 6 additions and 37 deletions

View File

@@ -28,6 +28,7 @@ export PW_PREFIX_NAME="DEFAULT"
export WINE_WIN_START="start /wait /high /unix"
export WINE_ALLOW_XIM="0"
export PW_USE_SHADER_CACHE="1"
export PW_WINE_DPI_VALUE="96"
export PW_WINE_CPU_TOPOLOGY="disabled"
export PW_MESA_GL_VERSION_OVERRIDE="disabled"
export PW_MESA_VK_WSI_PRESENT_MODE="disabled"