From c3a16322b946337c4a9fba91b7aea9ee8260a55a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 9 Mar 2026 10:44:12 +0100 Subject: [PATCH] feat: setup stremio for vrr --- modules/linux/home-manager/hyprland.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index bce2405..477e949 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -124,8 +124,8 @@ in { ]; cursor = { - no_break_fs_vrr = 1; - no_hardware_cursors = 1; + no_break_fs_vrr = 0; + no_hardware_cursors = 0; use_cpu_buffer = 0; }; @@ -301,7 +301,7 @@ in { "workspace 1, match:class ^(zen-beta)$" # Move to workspace 4 - "workspace 4, match:class ^(com.stremio.stremio)$" + "workspace 4, match:class ^(com.stremio.Stremio)$" # Move to workspace 5 "workspace 5, match:class ^(vesktop)$" @@ -327,6 +327,9 @@ in { # Enable tearing for games "immediate yes, match:content 3" + + # Set video type to stremio + "match:class ^(com.stremio.Stremio), content video" ]; }; };