summaryrefslogtreecommitdiffstats
path: root/sway/config
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-01-13 20:36:08 -0500
committerLibravatar GitHub <noreply@github.com>2019-01-13 20:36:08 -0500
commitfc93cd20dc108544c7cc8fced7aebed58c58a770 (patch)
tree87eb259f5f02c6bcf5240bf677d9569ee9e72518 /sway/config
parentMerge pull request #3398 from RedSoxFan/toggle-input-events (diff)
parentswaybar: obey height if given (diff)
downloadsway-fc93cd20dc108544c7cc8fced7aebed58c58a770.tar.gz
sway-fc93cd20dc108544c7cc8fced7aebed58c58a770.tar.zst
sway-fc93cd20dc108544c7cc8fced7aebed58c58a770.zip
Merge pull request #3397 from RedSoxFan/fix-swaybar-height
swaybar: obey height if given
Diffstat (limited to 'sway/config')
-rw-r--r--sway/config/bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config/bar.c b/sway/config/bar.c
index 101562d1..701bf051 100644
--- a/sway/config/bar.c
+++ b/sway/config/bar.c
@@ -96,7 +96,7 @@ struct bar_config *default_bar_config(void) {
96 bar->pango_markup = false; 96 bar->pango_markup = false;
97 bar->swaybar_command = NULL; 97 bar->swaybar_command = NULL;
98 bar->font = NULL; 98 bar->font = NULL;
99 bar->height = -1; 99 bar->height = 0;
100 bar->workspace_buttons = true; 100 bar->workspace_buttons = true;
101 bar->wrap_scroll = false; 101 bar->wrap_scroll = false;
102 bar->separator_symbol = NULL; 102 bar->separator_symbol = NULL;