summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/container.c b/sway/container.c
index 59dc9e62..0e247393 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -66,7 +66,7 @@ swayc_t *new_output(wlc_handle handle) {
66 output->height = size->h; 66 output->height = size->h;
67 output->handle = handle; 67 output->handle = handle;
68 output->name = name ? strdup(name) : NULL; 68 output->name = name ? strdup(name) : NULL;
69 output->gaps = config->gaps_outer; 69 output->gaps = config->gaps_outer + config->gaps_inner / 2;
70 70
71 add_child(&root_container, output); 71 add_child(&root_container, output);
72 72