From d31f3b9de39a803b2ccfe496718a29a60b474a12 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 5 Apr 2025 22:54:10 +0800 Subject: [PATCH] refactor: hyprland windows --- modules/programs/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/hyprland.nix b/modules/programs/hyprland.nix index c62ccd9..54f3715 100644 --- a/modules/programs/hyprland.nix +++ b/modules/programs/hyprland.nix @@ -64,8 +64,8 @@ general = { # Make there be no gaps in between windows or edges border_size = 5; - gaps_in = 0; - gaps_out = 0; + gaps_in = 20; + gaps_out = 20; resize_on_border = true; };