draw window borders

Works with scaled/rotated displays too!
This commit is contained in:
Devin J. Pohly
2020-04-23 23:55:29 -05:00
parent 6254bcd033
commit 60f2c0b7de
3 changed files with 20 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
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};
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };