diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-09 18:09:07 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-09 18:09:07 +0200 |
commit | 0dbde0c56dccc09a62c6cced4053a420360c885f (patch) | |
tree | 5aa8ec34d394ca2a3861ecfb773465a6405c553a | |
parent | Added gaps 2/2 [Patch] (diff) | |
download | dwm-0dbde0c56dccc09a62c6cced4053a420360c885f.tar.gz dwm-0dbde0c56dccc09a62c6cced4053a420360c885f.tar.bz2 dwm-0dbde0c56dccc09a62c6cced4053a420360c885f.zip |
Changed gap pixels
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h index a115267..f650e8b 100644 --- a/config.h +++ b/config.h @@ -2,7 +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 gappx = 4; /* 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 */ |