From a87adfd77c36d35147096444fa47346aaf2b88a8 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 23 Apr 2020 20:29:26 -0500 Subject: focus follows mouse --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 9d3dc35..42be079 100644 --- a/config.def.h +++ b/config.def.h @@ -1,4 +1,5 @@ /* appearance */ +static const int sloppyfocus = 1; /* focus follows mouse */ static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0}; /* tagging */ -- cgit v1.2.3