summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-08-19 16:42:59 +0200
committerLM-LCL <hello@exaltedelite.club>2023-08-19 16:42:59 +0200
commitda0f2a6b71fee0f092c4dd512d6d497ec075f3b5 (patch)
tree23a664d0459fc265f555b9f79cd423458932a2f9
parent69f57b6d52ff1498c8ba7715779b72d271a7e5b7 (diff)
added missing config.h line
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0773314..227b293 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+static const int focusonwheel = 0; /* 0 means focus on click */
static const int splitstatus = 1; /* 1 for split status items */
static const char *splitdelim = ";"; /* Character used for separating status */
static const char *fonts[] = { "monospace:size=12" };