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; + }; }