1
Fork 0

hyprland: Disable explicit sync

This commit is contained in:
caem 2024-08-19 22:02:54 +02:00
parent a180353156
commit 1d4a336b4e
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -33,6 +33,10 @@
no_hardware_cursors = true; no_hardware_cursors = true;
}; };
render = {
explicit_sync = 0;
};
input = { input = {
kb_layout = "gb:intl"; kb_layout = "gb:intl";
follow_mouse = 1; follow_mouse = 1;