Enable vrr.

This commit is contained in:
CronyAkatsuki 2025-02-20 11:05:02 +01:00
parent b1d4c2dcd9
commit ed0ec51333

View File

@ -360,6 +360,10 @@ in {
allow_tearing = true; allow_tearing = true;
}; };
misc = {
vrr = 1;
};
input = { input = {
kb_layout = "us,hr"; kb_layout = "us,hr";
kb_options = "caps:escape,grp:alt_space_toggle"; kb_options = "caps:escape,grp:alt_space_toggle";