From 31cc3fa777a1949370ef151128de840b48a693d3 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 23 Feb 2024 15:59:43 -0500 Subject: [PATCH] fix(hypr): remove border from screenshots --- modules/hyprland/style.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hyprland/style.nix b/modules/hyprland/style.nix index ff6536d9..5c8098e3 100644 --- a/modules/hyprland/style.nix +++ b/modules/hyprland/style.nix @@ -26,6 +26,10 @@ in { "float,title:^(Open File)$" ]; + layerrule = [ + "noanim, selection" + ]; + # This file should only be used for theming source = ["${configDir}/hypr/main.conf"]; };