diff --git a/home/home.nix b/home/home.nix index db615a7..dfe8e03 100644 --- a/home/home.nix +++ b/home/home.nix @@ -171,6 +171,12 @@ package = pkgs.bibata-cursors; size = 24; }; + + # Increase font size for better readability on 4K + font = { + name = "Sans"; + size = 11; # Increase if needed (default is usually 10) + }; }; # Qt theming diff --git a/home/hyprland.nix b/home/hyprland.nix index 9e2cfc2..b95f46c 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -68,6 +68,11 @@ allow_tearing = false; }; + # Enable better fractional scaling (experimental) + xwayland = { + force_zero_scaling = true; + }; + # Decoration decoration = { rounding = 10;