sway: enable adaptive sync

This commit is contained in:
Leonardo Eugênio 2024-05-19 01:10:21 -03:00
parent ba3ab547b7
commit 2ce18fc7a0

View file

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