From da0f2a6b71fee0f092c4dd512d6d497ec075f3b5 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sat, 19 Aug 2023 16:42:59 +0200 Subject: added missing config.h line --- config.h | 1 + 1 file changed, 1 insertion(+) 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" }; -- cgit v1.2.3