diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2019-06-09 18:07:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-09 18:07:22 +0200 |
commit | bcc94d2485c95afacaeed252d14a3157bd01a06c (patch) | |
tree | 62ae5cdc68206969afffeaebda00351af686b228 /config.h | |
parent | Added gaps 1/2 [Patch] (diff) | |
download | dwm-bcc94d2485c95afacaeed252d14a3157bd01a06c.tar.gz dwm-bcc94d2485c95afacaeed252d14a3157bd01a06c.tar.bz2 dwm-bcc94d2485c95afacaeed252d14a3157bd01a06c.zip |
Added gaps 2/2 [Patch]
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index 4ab74aa..a115267 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 = 6; /* gap pixel 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 */ |