chore(hyprland): disable damage tracking for shaders

This commit is contained in:
Mohammad Rafiq 2025-03-25 07:36:52 +08:00
parent f0e9e264e5
commit 76d1989512
No known key found for this signature in database

View file

@ -112,6 +112,10 @@
numlock_by_default = true; numlock_by_default = true;
follow_mouse = 2; # Click on a window to change focus follow_mouse = 2; # Click on a window to change focus
}; };
debug = {
damage_tracking = 0;
};
}; };
}; };
} }