mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-08 13:29:53 -05:00
don't draw borders if there is only one window
Co-authored-by: Andrey Proskurin <andreyproskurin@protonmail.com>
This commit is contained in:
parent
519ef45428
commit
feca3a9810
2 changed files with 32 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue