From bfe56f6131b433b8ecfbf3dd4079a77a784bcbcb Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 28 May 2026 08:34:01 +0200 Subject: [PATCH] feat: disable tearing, not needed with gsync. --- modules/linux/home-manager/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 85b974c..46ddc6b 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -118,7 +118,7 @@ in { cursor = { no_break_fs_vrr = 0; - no_hardware_cursors = 1; + no_hardware_cursors = 0; use_cpu_buffer = 1; }; @@ -170,7 +170,7 @@ in { border_size = 1; gaps_in = 3; gaps_out = 6; - allow_tearing = true; + # allow_tearing = true; layout = "master"; }; @@ -328,7 +328,7 @@ in { "match:class ^(love), content game" # Enable tearing for games - "immediate yes, match:content 3" + # "immediate yes, match:content 3" # Set video type to stremio "match:class ^(com.stremio.Stremio), content video"