summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index d5b75adf..bb7ecf9e 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -144,6 +144,7 @@ static void config_defaults(struct sway_config *config) {
144 config->bar.workspace_buttons = true; 144 config->bar.workspace_buttons = true;
145 config->bar.strip_workspace_numbers = false; 145 config->bar.strip_workspace_numbers = false;
146 config->bar.binding_mode_indicator = true; 146 config->bar.binding_mode_indicator = true;
147 config->bar.tray_padding = 2;
147} 148}
148 149
149static char *get_config_path(void) { 150static char *get_config_path(void) {