This commit is contained in:
tavo-wasd 2024-07-11 11:54:13 -06:00
parent cdc0288dd5
commit a6eb759031

View file

@ -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):