From b7726fce9460f7f548be4fa5103dda595387b71e Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 13 Dec 2025 07:58:54 +0100 Subject: [PATCH] hyprland: fix cursor tearing --- homes/julian/features/hyprland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index d2d2f88..fab2a7b 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -228,6 +228,10 @@ in { vfr = true; # power saving }; + cursor = { + no_hardware_cursors = 1; # disable hardware cursors to fix tearing on kardorf + }; + render = { # we do, in fact, want direct scanout direct_scanout = true;