From 8c3feb14bc04d6c2e0ea1a74d362e22a6f375a73 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 7 Jan 2025 06:59:58 -0500 Subject: [PATCH] Update gaps --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 651d301..0cad2f4 100644 --- a/config.h +++ b/config.h @@ -3,8 +3,8 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ -static const unsigned int gappih = 10; /* horiz inner gap between windows */ -static const unsigned int gappiv = 10; /* vert inner gap between windows */ +static const unsigned int gappih = 15; /* horiz inner gap between windows */ +static const unsigned int gappiv = 15; /* vert inner gap between windows */ static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov =