sway: disable adaptive sync

This commit is contained in:
Leonardo Eugênio 2023-12-26 21:10:32 -03:00
parent c713e32440
commit 2deca2fc3d

View file

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