make space for window borders

This commit is contained in:
Devin J. Pohly
2020-04-23 22:56:27 -05:00
parent fb6b16aeee
commit 1870187d62
2 changed files with 17 additions and 11 deletions

View File

@@ -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 */