From: Michael Stapelberg Date: Tue, 9 Oct 2012 20:06:36 +0000 (+0200) Subject: Bugfix: Actually set border width in config_directives.c (Thanks strcat) X-Git-Tag: 4.4~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39ba9559194c95997b93c93e30314962f914b01e;p=i3%2Fi3 Bugfix: Actually set border width in config_directives.c (Thanks strcat) --- diff --git a/src/config_directives.c b/src/config_directives.c index 80439ca4..8b636c02 100644 --- a/src/config_directives.c +++ b/src/config_directives.c @@ -318,6 +318,8 @@ CFGFUN(new_window, const char *windowtype, const char *border, const long width) } else { config.default_floating_border = border_style; } + + config.default_border_width = border_width; } CFGFUN(hide_edge_borders, const char *borders) {