From c7d728b943459ca15b981ee8ba3d3cbaefdb632c Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 20 Jun 2021 21:59:02 +0200 Subject: [PATCH] Removed gaps (temp) --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 573e17b..7cc8498 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 4; /* border pixel of windows */ static const unsigned int snap = 16; /* snap pixel (32)*/ -static const unsigned int gappx = 40; +static const unsigned int gappx = 0; /* px: 40 */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 0; /* 0 means bottom bar */ static const int usealtbar = 1; /* 1 means use non-dwm status bar */