aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index 7cbdad1f..f06a3f8d 100644
--- a/src/config.c
+++ b/src/config.c
@@ -296,11 +296,11 @@ bool load_configuration(const char *override_configpath, config_load_t load_type
translate_keysyms();
grab_all_keys(conn);
regrab_all_buttons(conn);
+ gaps_reapply_workspace_assignments();
/* Redraw the currently visible decorations on reload, so that the
* possibly new drawing parameters changed. */
- x_deco_recurse(croot);
- xcb_flush(conn);
+ tree_render();
}
return result == 0;