Fix: adjust 4K monitor scaling and increase font size for better readability

This commit is contained in:
2025-11-04 19:01:44 +00:00
parent c86c48061a
commit 5e9d52e88e
2 changed files with 11 additions and 0 deletions

View File

@@ -171,6 +171,12 @@
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
size = 24; size = 24;
}; };
# Increase font size for better readability on 4K
font = {
name = "Sans";
size = 11; # Increase if needed (default is usually 10)
};
}; };
# Qt theming # Qt theming

View File

@@ -68,6 +68,11 @@
allow_tearing = false; allow_tearing = false;
}; };
# Enable better fractional scaling (experimental)
xwayland = {
force_zero_scaling = true;
};
# Decoration # Decoration
decoration = { decoration = {
rounding = 10; rounding = 10;