From 77e785e8a355d23323cc99a293c14698637a50fb Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 10:27:57 +0100 Subject: [PATCH] hyprland: disable hyprcursor to test legacy cursor path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Long-shot tweak — hyprcursor adds a theme/scaling layer that some AMD setups report feels slightly laggier than the legacy XCursor path. Worth a try while chasing the last bit of cursor smoothness gap vs GNOME/mutter. Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index b5a7a65..4cfa3c0 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -148,7 +148,8 @@ }; cursor = { - no_hardware_cursors = 0; # force HW cursor plane (AMD) + no_hardware_cursors = 0; # force HW cursor plane (AMD) + enable_hyprcursor = false; # legacy path; some AMD setups feel snappier }; # Mirror the GNOME bindings so muscle memory carries over