diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index 32013be..0df50dd 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -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 @@ }; }; } -