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"