[Hyprland] Enable VRR

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

View File

@@ -74,7 +74,7 @@
shadow = { shadow = {
enabled = true; enabled = true;
range = 5 ; range = 5;
render_power = 3; render_power = 3;
color = "rgba(1a1a1aee)"; color = "rgba(1a1a1aee)";
}; };
@@ -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 @@
}; };
}; };
} }