From e4f2a3008ad983c9e082955904e87f2da240c258 Mon Sep 17 00:00:00 2001 From: rope Date: Fri, 24 Jul 2026 16:00:32 +0100 Subject: [PATCH] hyprland: force hardware cursors (fix laggy cursor on macbook i915) --- settings/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 9b0dbad..399d8e5 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -164,6 +164,9 @@ in cursor = { no_warps = true; + # Force real HW cursor plane (default "auto" can fall back to a + # software cursor on i915 → cursor waits a full repaint = laggy). + no_hardware_cursors = false; }; dwindle = {