From 91edfa6d622d73ad0336a96e1b3c8ad521d25fb3 Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 16 Jun 2025 22:22:12 +0530 Subject: [PATCH] feat(hyprland): set borders to 0 --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 4a5afa5..f45fb8b 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -10,7 +10,7 @@ settings = let # Hyprland - border_size = 2; + border_size = 0; gaps_in = 5; gaps_out = 10; gaps_ws = -10;