From cc0500b3ad6e4638d4173641cbb019b852d9f449 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 00:52:28 -0400 Subject: [PATCH] hyprland: Revert gaps_out workaround -1 is no longer needed due to the patch. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index a2c697ac..c5fc7f6c 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -95,7 +95,7 @@ in general { gaps_in = 0 - gaps_out = -1 + gaps_out = 0 border_size = 0 col.active_border = rgba(${base03}ee) rgba(${base04}ee) 45deg col.inactive_border = rgba(${base02}99)