mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04: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
24f702fbc1
commit
ad89bc19e5
2 changed files with 24 additions and 12 deletions
|
|
@ -2,6 +2,7 @@
|
|||
static const int sloppyfocus = 1; /* focus follows mouse */
|
||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */
|
||||
static const int smartborders = 1;
|
||||
static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0};
|
||||
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