mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: adjust 4K monitor scaling and increase font size for better readability
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user