summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1ec348d..1deb64b 100644
--- a/config.h
+++ b/config.h
@@ -21,7 +21,6 @@ static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_white, col_gray1, col_gray2 },
[SchemeSel] = { col_white, col_gray2, col_orange },
- [SchemeSelTab] = { col_orange, col_gray2 },
};
/* tab */
@@ -63,7 +62,6 @@ static const Rule rules[] = {
static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */
-static const int attachbelow = 1; /* 1 means attach after the currently active window */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
static const Layout layouts[] = {