summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-16 17:39:46 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-16 17:39:46 +0100
commitfb751a13bc6237864ac84a7e2cf8a61fca74fd71 (patch)
treea5f810325556eff624a7a579ea29316510f74f07
parent577e9e3406971e07a2f8515a698412e09cba1bbb (diff)
force xwayland scaling to fix blurriness
-rw-r--r--home-manager/compositor/hyprland.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix
index 7581ace..d2f0df6 100644
--- a/home-manager/compositor/hyprland.nix
+++ b/home-manager/compositor/hyprland.nix
@@ -36,6 +36,10 @@ in
",preferred,auto,auto"
];
+ xwayland = {
+ force_zero_scaling = true;
+ };
+
animations = {
bezier = [
"easeOutQuint,0.23,1,0.32,1"