[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 = {
enabled = true;
range = 5 ;
range = 5;
render_power = 3;
color = "rgba(1a1a1aee)";
};
@@ -126,6 +126,7 @@
misc = {
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. :(
vrr = 1; # Enable variable refresh rate
};
cursor = {
@@ -270,7 +271,6 @@
sensitivity = -0.2;
};
###################
### KEYBINDINGS ###
###################
@@ -414,4 +414,3 @@
};
};
}