From 052bd8bbae1f062a65a04de67c14e0340c8c51c2 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 1 Jun 2025 19:45:18 +0800 Subject: [PATCH] chore(hyprland): test config by setting border size to zero --- modules/home/desktop/windowManager/hyprland/decoration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/desktop/windowManager/hyprland/decoration.nix b/modules/home/desktop/windowManager/hyprland/decoration.nix index e48e4d6..23b05e4 100644 --- a/modules/home/desktop/windowManager/hyprland/decoration.nix +++ b/modules/home/desktop/windowManager/hyprland/decoration.nix @@ -1,3 +1,6 @@ { animation = [ "workspaces, 0" ]; + general = { + border_size = 0; + }; }