mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-11-22 06:59:49 -05:00
allow gaps in monocle layout if requested
This commit is contained in:
parent
02441863df
commit
fcf3f602af
2 changed files with 6 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ 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 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 unsigned int borderpx = 1; /* border pixel of windows */
|
||||
static const unsigned int gappih = 10; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 10; /* vert inner gap between windows */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue