[Hyprland] Enable VRR

This commit is contained in:
2025-02-15 18:23:48 -08:00
parent 243a152db4
commit f09ea34c23

View File

@@ -126,6 +126,7 @@
misc = { misc = {
force_default_wallpaper = 0; # Set to 0 or 1 to disable the anime mascot wallpapers force_default_wallpaper = 0; # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true; # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = true; # If true disables the random hyprland logo / anime girl background. :(
vrr = 1; # Enable variable refresh rate
}; };
cursor = { cursor = {
@@ -270,7 +271,6 @@
sensitivity = -0.2; sensitivity = -0.2;
}; };
################### ###################
### KEYBINDINGS ### ### KEYBINDINGS ###
################### ###################
@@ -414,4 +414,3 @@
}; };
}; };
} }