clean
This commit is contained in:
parent
cdc0288dd5
commit
a6eb759031
1 changed files with 2 additions and 2 deletions
4
config.h
4
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):
|
||||
|
|
Loading…
Reference in a new issue