summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJackson Taylor <jtaylormuffins@gmail.com>2020-07-04 19:50:12 +0000
committerJackson Taylor <jtaylor@classicalconversations.com>2022-02-07 10:19:29 -0500
commit3a035d8bcc5b914aca96629bd92152559e88ff7c (patch)
tree9289eace9cc0265da3ce7e3de4272c4f9835ed2a /config.h
parent3464b3488ec38f3f268ecaa6f6f60a420d1a2e2a (diff)
Add uselessgap patch
Adds a gap between the clients, and between the clients and borders
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 36563580..792e416f 100644
--- a/config.h
+++ b/config.h
@@ -2,6 +2,7 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int gappx = 10; /* 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 */