summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-19 03:07:58 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-19 03:07:58 +0200
commitb7ea9ca051b49b57c970cc40a8a22ee041248e9a (patch)
tree627463c402b8977c417ee3583cc65b78f4ebd806 /config.h
parent103fc65ce2800e146eab1f96deef051eaef8425d (diff)
added fullgaps
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 873be77..77b2bca 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int gappx = 5;
static const char *fonts[] = { "Hack Nerd Font:size=11", "Symbola:pixelsize=11:antialias=true:autohint=true" };
static const char dmenufont[] = "Hack Nerd Font:size=11";
static const char col_gray1[] = "#222222";