From 1da308708524496904d2888f593316dbde8e2493 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 21 Jun 2021 11:22:22 +0200 Subject: [PATCH] Revert "Removed gaps (temp)" This reverts commit c7d728b943459ca15b981ee8ba3d3cbaefdb632c. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 7cc8498..573e17b 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 = 0; /* px: 40 */ +static const unsigned int gappx = 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 */