aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-16 15:23:11 +0200
committerMateja <mail@matejamaric.com>2021-04-16 16:01:13 +0200
commit114fe4d2f75c352a545d614c6b1d48832bf2b41d (patch)
tree1a2ca7d0d8a12154d88ca7ce26be853a69136c60 /config.def.h
parent9688aba384bd6c9818e12885f8da8eca9fe81fa3 (diff)
downloaddwm-114fe4d2f75c352a545d614c6b1d48832bf2b41d.tar.gz
dwm-114fe4d2f75c352a545d614c6b1d48832bf2b41d.zip
Applied `useless gap` patch.
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 7f7cbbf..932e9e7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,6 +2,7 @@
/* appearance */
static unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int gappx = 6; /* gaps between windows */
static unsigned int snap = 32; /* snap pixel */
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */