allow gaps in monocle layout if requested

This commit is contained in:
Leonardo Hernández Hernández 2022-07-20 00:15:32 -05:00
parent 01df83eb65
commit 8ba581f2ae
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 6 additions and 1 deletions

View file

@ -8,6 +8,7 @@ static const unsigned int gappiv = 10; /* vert inner gap between window
static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */
static const unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int monoclegaps = 0; /* 1 means outer gaps in monocle layout */
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};