From ed0ec513337841076bac15a0d057207f1c6fc7f7 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 20 Feb 2025 11:05:02 +0100 Subject: [PATCH] Enable vrr. --- modules/home-manager/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index db5ab84..4f8f24b 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -360,6 +360,10 @@ in { allow_tearing = true; }; + misc = { + vrr = 1; + }; + input = { kb_layout = "us,hr"; kb_options = "caps:escape,grp:alt_space_toggle";