diff options
author | Jackson Taylor <jtaylormuffins@gmail.com> | 2020-07-04 19:50:12 +0000 |
---|---|---|
committer | Jackson Taylor <jtaylor@classicalconversations.com> | 2022-02-07 10:19:29 -0500 |
commit | 3a035d8bcc5b914aca96629bd92152559e88ff7c (patch) | |
tree | 9289eace9cc0265da3ce7e3de4272c4f9835ed2a /config.def.h | |
parent | 3464b3488ec38f3f268ecaa6f6f60a420d1a2e2a (diff) |
Add uselessgap patch
Adds a gap between the clients, and between the clients and borders
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 8d2ab2d3..793c2b02 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 = 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 */ |