sway: disable adaptive sync

This commit is contained in:
Leonardo Eugênio 2023-12-26 21:10:32 -03:00
parent 0ab0c2c5d4
commit 51e3c38d59

View file

@ -52,7 +52,7 @@ in
};
output = {
"*" = {
adaptive_sync = "on";
adaptive_sync = "off";
bg = "${theme.background} fill";
mode = "1920x1080@144.000Hz";
};