make vrr an int instead of bool and add vfr

This commit is contained in:
jacekpoz 2024-03-02 16:17:51 +01:00
parent 801b40a42b
commit ad5979a1b0
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -242,7 +242,8 @@ in {
enable_swallow = false;
swallow_regex = "foot";
focus_on_activate = true;
vrr = true;
vrr = 1;
vfr = true;
animate_manual_resizes = false;
animate_mouse_windowdragging = false;
force_default_wallpaper = 0;