From 20391c64fc4f16a82dde3d96c9e402ece199ba14 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 12 Mar 2026 00:31:46 +0100 Subject: [PATCH] fix: hyprshot doesn't have rendering issues --- flake.lock | 6 +++--- modules/wm/hyprland/default.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b46d314..f3bfcde 100644 --- a/flake.lock +++ b/flake.lock @@ -97,11 +97,11 @@ ] }, "locked": { - "lastModified": 1770641372, - "narHash": "sha256-Vwc5X8QZEeVoJSy0i3SrLN/t8v17mCAirhlTVouUjd4=", + "lastModified": 1773271832, + "narHash": "sha256-EqvTVNONcQCZrC7SyFG/4WhnxJAfui6+BHDTDmggMAg=", "owner": "KoenDR06", "repo": "nix-hyprland", - "rev": "bd4b87ef132fd55dcfb446211bc9c83fef344285", + "rev": "e2e36e275f183225235f052855c8597cf3cd518f", "type": "github" }, "original": { diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index 1b3f5f0..98de489 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -87,6 +87,11 @@ in { "fullscreen, initialTitle:.*QEMU.*" ]; + layerrules = [ + # "noanim, selection" + "animation fade 3, selection" + ]; + general = { gapsIn = 5; gapsOut = 5;