diff --git a/config.h b/config.h index da083d4..736df5f 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* appearance */ static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int gappx = 15; /* gaps between windows */ +static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int snap = 5; /* snap pixel */ static const int swallowfloating = 0; /* 1 means swallow floating windows by default */ static const int showbar = 1; /* 0 means no bar */ @@ -27,7 +27,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { " I ", " II ", " III ", " IV ", " V " }; +static const char *tags[] = { " 1 ", " 2 ", " 3 ", " 4 ", " 5 " }; static const Rule rules[] = { /* xprop(1):