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:
parent
d8341ea106
commit
77e785e8a3
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue