From a9e2d33b5fbe507406137358196f585b7a54059b Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 8 May 2024 00:31:33 +0200 Subject: Restore gaps --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index 2f02076..db44b6d 100644 --- a/config.h +++ b/config.h @@ -9,13 +9,13 @@ static const unsigned int systrayspacing = 2; /* systray spacing */ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/ -static const int showsystray = 1; /* 0 means no systray */ -static const unsigned int gappih = 10; /* horiz inner gap between windows */ -static const unsigned int gappiv = 10; /* vert inner gap between windows */ +static const int showsystray = 1; /* 0 means no systray */ +static const unsigned int gappih = 5; /* horiz inner gap between windows */ +static const unsigned int gappiv = 5; /* vert inner gap between windows */ static const unsigned int gappoh = - 10; /* horiz outer gap between windows and screen edge */ + 5; /* horiz outer gap between windows and screen edge */ static const unsigned int gappov = - 10; /* vert outer gap between windows and screen edge */ + 5; /* vert outer gap between windows and screen edge */ static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int swallowfloating = -- cgit v1.2.3