looks over functionality? xd
This commit is contained in:
parent
7e220dcb0c
commit
3bfffb3c11
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
/* appearance */
|
||||
static const unsigned int borderpx = 2; /* border pixel of windows */
|
||||
static const Gap default_gap = {.isgap = 1, .realgap = 15, .gappx = 15};
|
||||
static const Gap default_gap = {.isgap = 1, .realgap = 25, .gappx = 25};
|
||||
static const unsigned int snap = 15; /* snap pixel */
|
||||
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
|
|
Loading…
Reference in a new issue