fix(hyprland): set warps to false for stability

This commit is contained in:
kenji
2026-01-15 15:56:30 -06:00
parent 9ff47e94b2
commit b550064a15
+1 -1
View File
@@ -7,7 +7,7 @@
};
cursor = {
hide_on_key_press = false;
no_warps = true;
no_warps = false;
};
};
}