make vrr an int instead of bool and add vfr
This commit is contained in:
parent
801b40a42b
commit
ad5979a1b0
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,8 @@ in {
|
||||||
enable_swallow = false;
|
enable_swallow = false;
|
||||||
swallow_regex = "foot";
|
swallow_regex = "foot";
|
||||||
focus_on_activate = true;
|
focus_on_activate = true;
|
||||||
vrr = true;
|
vrr = 1;
|
||||||
|
vfr = true;
|
||||||
animate_manual_resizes = false;
|
animate_manual_resizes = false;
|
||||||
animate_mouse_windowdragging = false;
|
animate_mouse_windowdragging = false;
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
|
|
Loading…
Reference in a new issue