From 6d4a004422c1bddbac4731a653366d95b974b4f2 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Tue, 2 Dec 2025 10:36:29 +0000 Subject: [PATCH] qol(hyprland): vfr enabled --- nix/modules/hyprland/settings.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/modules/hyprland/settings.nix b/nix/modules/hyprland/settings.nix index dd45608..839887e 100644 --- a/nix/modules/hyprland/settings.nix +++ b/nix/modules/hyprland/settings.nix @@ -90,6 +90,7 @@ force_default_wallpaper = -1; disable_hyprland_logo = false; enable_anr_dialog = false; + vfr = true; }; input = { kb_layout = "gb"; @@ -147,7 +148,7 @@ "match:class .*, suppress_event maximize" "match:class ^(gamescope)$, workspace 5" "match:class ^(gamescope)$, fullscreen true" - "match:class ^(gamescope)$, immediate true" + "match:class ^(gamescope)$, immediate true" "match:class ^(steam)$, workspace 6 silent" "match:class ^(vesktop)$, workspace 8 silent" "match:class ^(org.telegram.desktop)$, workspace 8 silent"