]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Actually set border width in config_directives.c (Thanks strcat)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 9 Oct 2012 20:06:36 +0000 (22:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 9 Oct 2012 20:06:36 +0000 (22:06 +0200)
src/config_directives.c

index 80439ca45a29c04dd579dc24fb9468121c4c081d..8b636c026547c4f910ee7ff1afa512b22401b19f 100644 (file)
@@ -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) {