From b7ea9ca051b49b57c970cc40a8a22ee041248e9a Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 19 Aug 2022 03:07:58 +0200 Subject: added fullgaps --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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"; -- cgit v1.2.3