summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2025-09-18 09:42:26 +0200
committerLM-LCL <hello@exaltedelite.club>2025-09-18 09:42:26 +0200
commit9704c916faa249fd56859648f3fc59b08288b05b (patch)
tree03dc896fa023a5c3e4bd5ad8f6cfe54f3bd1ca7c /config.h
parentafc865cfc48317ae94db0beee4925813de846906 (diff)
Patch changes
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[] = {