don't draw borders if there is only one window

Co-authored-by: A Frederick Christensen <dwl@ivories.org>
Co-authored-by: Andrey Proskurin <andreyproskurin@protonmail.com>
This commit is contained in:
Leonardo Hernández Hernández 2022-08-16 15:28:00 -05:00 committed by Leonardo Hernández Hernández
parent 4b8c1bf31e
commit 82daf3df09
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 26 additions and 13 deletions

View file

@ -1,6 +1,7 @@
/* appearance */
static const int sloppyfocus = 1; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const int smartborders = 1;
static const unsigned int borderpx = 1; /* border pixel of windows */
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};