mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Support gapps with varcol
This commit is contained in:
parent
7c4d521f99
commit
f5d7ee03c3
2 changed files with 50 additions and 14 deletions
4
config.h
4
config.h
|
|
@ -4,8 +4,8 @@ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will
|
|||
static const int smartgaps = 1; /* 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 */
|
||||
static const unsigned int gappih = 20; /* horiz inner gap between windows */
|
||||
static const unsigned int gappiv = 20; /* vert inner gap between windows */
|
||||
static const unsigned int gappoh = 0; /* horiz outer gap between windows and screen edge */
|
||||
static const unsigned int gappov = 0; /* vert outer gap between windows and screen edge */
|
||||
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue