Port the uselessgap patch to 6.2

This commit is contained in:
Cyril Cressent
2019-07-03 21:33:45 -07:00
committed by Łukasz Pankowski
parent 5bcc02f2a7
commit f2837055a1
2 changed files with 31 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int gappx = 6; /* 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 */