hyprland: fix cursor tearing

This commit is contained in:
2025-12-13 07:58:54 +01:00
parent 30c987bd9b
commit b7726fce94

View File

@@ -228,6 +228,10 @@ in {
vfr = true; # power saving vfr = true; # power saving
}; };
cursor = {
no_hardware_cursors = 1; # disable hardware cursors to fix tearing on kardorf
};
render = { render = {
# we do, in fact, want direct scanout # we do, in fact, want direct scanout
direct_scanout = true; direct_scanout = true;