Update gaps
This commit is contained in:
parent
6eabf8447a
commit
8c3feb14bc
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -3,8 +3,8 @@
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
static const unsigned int snap = 32; /* snap pixel */
|
||||||
static const unsigned int gappih = 10; /* horiz inner gap between windows */
|
static const unsigned int gappih = 15; /* horiz inner gap between windows */
|
||||||
static const unsigned int gappiv = 10; /* vert inner gap between windows */
|
static const unsigned int gappiv = 15; /* vert inner gap between windows */
|
||||||
static const unsigned int gappoh =
|
static const unsigned int gappoh =
|
||||||
10; /* horiz outer gap between windows and screen edge */
|
10; /* horiz outer gap between windows and screen edge */
|
||||||
static const unsigned int gappov =
|
static const unsigned int gappov =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue