hyprland: force hardware cursors (fix laggy cursor on macbook i915)
This commit is contained in:
parent
a731bb1732
commit
e4f2a3008a
1 changed files with 3 additions and 0 deletions
|
|
@ -164,6 +164,9 @@ in
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_warps = true;
|
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 = {
|
dwindle = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue