mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
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:
parent
4b8c1bf31e
commit
82daf3df09
2 changed files with 26 additions and 13 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue