From d0905e916c4db05bcf3224bdb4eaa043eb770c36 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 3 Jul 2023 15:00:02 -0400 Subject: [PATCH] hyprland: Remove borders by default Not necessary with ironbar. --- home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index a2e0eced..6257f89e 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -47,9 +47,9 @@ in } general { - gaps_in = -1 + gaps_in = 0 gaps_out = -1 - border_size = 2 + border_size = 0 col.active_border = rgba(${base0E}ff) rgba(${base0D}ff) 45deg col.inactive_border = rgba(${base02}ff) layout = master