diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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[] = { |
