From 6d9c24fa5112d3d7be6f76aa156653b3bfaf53bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Thu, 9 Apr 2026 23:45:21 +0200 Subject: [PATCH] fixed borders --- hyprland/hypr/appearance.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland/hypr/appearance.nix b/hyprland/hypr/appearance.nix index bcd7c7d..1a97245 100644 --- a/hyprland/hypr/appearance.nix +++ b/hyprland/hypr/appearance.nix @@ -4,8 +4,8 @@ gaps_in = 12; gaps_out = 20; border_size = 2; - col.active_border = "rgba(ebdbb2ff) rgba(ebdbb2ff)"; - col.inactive_border = "rgba(595959ff)"; + "col.active_border" = "rgba(ebdbb2ff) rgba(ebdbb2ff)"; + "col.inactive_border" = "rgba(595959ff)"; resize_on_border = true; layout = "dwindle"; };