diff options
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r-- | home-manager/compositor/hyprland.nix | 4 |
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" |