MODIFY: Tweak semita scaling

This commit is contained in:
Sam 2024-07-20 18:49:27 +01:00
parent 9788e0d6e2
commit d56fc29336
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ in
};
environment.variables = {
GDK_SCALE = "1.8";
GDK_DPI_SCALE = "0.4";
GDK_SCALE = "2";
GDK_DPI_SCALE = "0.6";
_JAVA_OPTIONS = "-Dsun.java2d.uiScale=1.8";
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
XCURSOR_SIZE = "32";