hyprland: disable hyprcursor to test legacy cursor path

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 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-05-11 10:27:57 +01:00
parent d8341ea106
commit 77e785e8a3

View file

@ -149,6 +149,7 @@
cursor = { 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 # Mirror the GNOME bindings so muscle memory carries over