From 68a7e3eca65a0e7a4414dba2ac1a797efd2b8ab0 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 3 Nov 2025 23:40:38 +0100 Subject: [PATCH] adjust window border and margin --- modules/hyprland/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index 5065dcd..06ac462 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -120,8 +120,8 @@ # General window and workspace settings general = { - gaps_in = 5; - gaps_out = 10; + gaps_in = 0; + gaps_out = 0; border_size = 2; "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; "col.inactive_border" = "rgba(595959aa)"; @@ -130,14 +130,14 @@ # Decoration settings decoration = { - rounding = 8; + rounding = 0; blur = { - enabled = true; + enabled = false; size = 3; passes = 1; }; shadow = { - enabled = true; + enabled = false; range = 4; render_power = 3; color = "rgba(1a1a1aee)";