diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-11-22 10:01:45 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-11-22 10:01:45 +0000 |
commit | 6005406ed3f3205e88123dbafbf62497740bb156 (patch) | |
tree | 6d684ba1fe6bb86573af52e1092bf122bfb4c47c /config.def.h | |
parent | db87c9a4f448031e9e73effe81964113869ddf99 (diff) |
Useless Gap Patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1e62218..7a4331c 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 */ |