feat: change default gap size to 25
This commit is contained in:
parent
ee18cbef48
commit
fa2aa52e77
@ -2,7 +2,7 @@
|
||||
|
||||
/* appearance */
|
||||
static const unsigned int borderpx = 3; /* border pixel of windows */
|
||||
static const unsigned int gappx = 10; /* gaps between windows */
|
||||
static const unsigned int gappx = 25; /* gaps between windows */
|
||||
static const unsigned int snap = 32; /* snap pixel */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
|
Loading…
x
Reference in New Issue
Block a user