aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-10-08 12:41:04 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-10-08 12:41:04 -0600
commitab3f787725dc78cb9ae73c47d40e00be0a6b2159 (patch)
treece2041cdb456f5425a7d53b6b1f945e720b8bf05 /config.def.h
parenta786211d6cb794fba0ea406d86002c7618998afc (diff)
downloaddwm-ab3f787725dc78cb9ae73c47d40e00be0a6b2159.tar
dwm-ab3f787725dc78cb9ae73c47d40e00be0a6b2159.tar.gz
dwm-ab3f787725dc78cb9ae73c47d40e00be0a6b2159.tar.bz2
initial commit
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a2ac963..08cfbd4 100644
--- a/config.def.h
+++ b/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 */