--- tabbed-separator-20230128-41e2b8f.diff.orig 2023-09-07 07:45:44.579137418 -0700 +++ tabbed-separator-20230128-41e2b8f.diff 2023-09-07 07:50:36.390309833 -0700 @@ -10,18 +10,24 @@ diff --git a/config.def.h b/config.def.h index 51bb13d..6936f95 100644 ---- a/config.def.h +--- a/config.def.h.orig +++ b/config.def.h -@@ -14,6 +14,7 @@ static const char titletrim[] = "..."; - static const int tabwidth = 200; - static const Bool foreground = True; - static Bool urgentswitch = False; -+static const int separator = 4; - +@@ -14,6 +14,7 @@ + static int tabwidth = 200; + static int focusnew = 1; + static int urgentswitch = 0; ++static int separator = 4; + /* * Where to place a new tab when it is opened. When npisrelative is True, -diff --git a/tabbed.c b/tabbed.c -index eafe28a..1c38725 100644 +@@ -50,6 +51,7 @@ + { "tabwidth", INTEGER, &tabwidth}, + { "focusnew", INTEGER, &focusnew}, + { "urgentswitch", INTEGER, &urgentswitch}, ++ { "separator", INTEGER, &separator}, + { "newposition", INTEGER, &newposition}, + { "npisrelative", INTEGER, &npisrelative}, + }; --- a/tabbed.c +++ b/tabbed.c @@ -381,10 +381,16 @@ drawtext(const char *text, XftColor col[ColLast]) .