mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
commit
927ef0a5ec
3 changed files with 5 additions and 20 deletions
|
|
@ -66,7 +66,7 @@ swayc_t *new_output(wlc_handle handle) {
|
|||
output->height = size->h;
|
||||
output->handle = handle;
|
||||
output->name = name ? strdup(name) : NULL;
|
||||
output->gaps = config->gaps_outer;
|
||||
output->gaps = config->gaps_outer + config->gaps_inner / 2;
|
||||
|
||||
add_child(&root_container, output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue