From 68b80d2a187fb96f301ea12904b3c8986ecde70c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 30 Jun 2023 08:06:02 -0400 Subject: [PATCH] hyprland: Add borders by default This makes it easier to differentiate which window is focused and makes floating windows slightly prettier. --- home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 946a48f2..657f4792 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -35,9 +35,9 @@ in } general { - gaps_in = 0 + gaps_in = -1 gaps_out = -1 - border_size = 0 + border_size = 2 col.active_border = rgba(${base0A}ee) rgba(${base09}ee) 45deg col.inactive_border = rgba(${base02}aa) layout = master