diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-05 20:48:52 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-05 20:48:52 -0700 |
commit | f25c6b312b2f4176a1936436e23140c791919ceb (patch) | |
tree | 63537a7cb41b5e4c97cc25a243fdaf9b939fdefd /sway/config.c | |
parent | 7169ebc24cb61ba7443d6c69e52b378907a3d4b7 (diff) |
gap resize
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index 90f6529a..c9a9cc74 100644 --- a/sway/config.c +++ b/sway/config.c @@ -246,7 +246,6 @@ _continue: if (is_active) { temp_config->reloading = false; - container_map(&root_container, reset_gaps, NULL); arrange_windows(&root_container, -1, -1); } config = temp_config; |