Removed debugging, added in proper gap resets for config reloads

This commit is contained in:
Luminarys 2015-08-18 21:05:58 -05:00
parent ab5805ca6e
commit f718556a85
3 changed files with 21 additions and 14 deletions

View file

@ -8,6 +8,7 @@
#include "log.h"
#include "commands.h"
#include "config.h"
#include "layout.h"
struct sway_config *config;
@ -227,6 +228,8 @@ _continue:
if (is_active) {
temp_config->reloading = false;
container_map(&root_container, reset_gaps, NULL);
arrange_windows(&root_container, -1, -1);
}
config = temp_config;