From 1870187d62e7eb1a526bd3a24effd4d58ec3b9dd Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 23 Apr 2020 22:56:27 -0500 Subject: make space for window borders --- 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 d3c1b0d..0ae62cb 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,6 @@ /* appearance */ static const int sloppyfocus = 1; /* focus follows mouse */ +static const unsigned int borderpx = 1; /* border pixel of windows */ static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0}; /* tagging */ -- cgit v1.2.3