diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-15 09:08:40 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-15 09:08:40 -0500 |
commit | 809c251df81bbdfd0ea13c269c28cd93d57f6e4b (patch) | |
tree | 1735f8f1f804d859eb37d49303d4517ac051fa57 /include | |
parent | 432e3310f65544d46171c4d25ca252fa0cd34ae7 (diff) | |
parent | 6834a33290e7cf9466a3671cb00d3d7b08f68ca7 (diff) |
Merge pull request #328 from mikkeloscar/bar-height
Add bar height option (Airblader/i3)
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 80340720..2f3b4cb0 100644 --- a/include/config.h +++ b/include/config.h @@ -92,7 +92,7 @@ struct bar_config { list_t *bindings; char *status_command; char *font; - int bar_height; + int height; // -1 not defined int tray_padding; bool workspace_buttons; bool strip_workspace_numbers; |