aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-23 20:29:26 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-23 22:11:52 -0500
commita87adfd77c36d35147096444fa47346aaf2b88a8 (patch)
tree4ba396979a1d03c0b409b45b236b33307b30d50e /config.def.h
parent4eabe48fed38b94e810768dd8523cba3cbd5bae2 (diff)
focus follows mouse
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
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 */