don't draw borders if there is only one window

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 519ef45428
commit feca3a9810
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 32 additions and 16 deletions

View file

@ -6,6 +6,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[] = COLOR(0x444444ff);
static const float focuscolor[] = COLOR(0x005577ff);