blob: 0760e8b2565c5d21db092623480c27b49844785e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- config.def.h
+++ config.def.h
@@ -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 */
|