diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2015-12-15 14:05:42 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2015-12-15 15:02:13 +0100 |
commit | 6834a33290e7cf9466a3671cb00d3d7b08f68ca7 (patch) | |
tree | 45aa2beec058d40c2c8c08e14ad5c466e5027be2 /include/config.h | |
parent | b76acbaf4f0ad4facdedeeb9a6618f1b68047c46 (diff) |
Add bar height option (Airblader/i3)
Diffstat (limited to 'include/config.h')
-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; |