feat: change default gap size to 25

This commit is contained in:
swytch 2020-07-11 17:13:49 +02:00
parent ee18cbef48
commit fa2aa52e77
1 changed files with 1 additions and 1 deletions

View File

@ -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 */