From 1a7968525e7898631e45ebe3a2b150dfac879f3d Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Thu, 21 Nov 2024 20:59:11 +0500 Subject: [PATCH] hyprland: change gaps size --- dot-config/hypr/general.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/hypr/general.conf b/dot-config/hypr/general.conf index 56d5355..ba45244 100644 --- a/dot-config/hypr/general.conf +++ b/dot-config/hypr/general.conf @@ -1,8 +1,8 @@ general { col.active_border = $primary col.inactive_border = $secondary - gaps_in = 15 - gaps_out = 30 + gaps_in = 10 + gaps_out = 20 border_size = 3 resize_on_border = true extend_border_grab_area = true