Bugfix: Actually set border width in config_directives.c (Thanks strcat)

next
Michael Stapelberg 2012-10-09 22:06:36 +02:00
parent 47de7375dd
commit 39ba955919
1 changed files with 2 additions and 0 deletions

View 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) {