X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfig.h;h=699cc882acc9a7c657526e4a54816248af7c1547;hb=4bec3b9d24fe0bd7bab4792497bbd02bffaa6620;hp=d5465c3f06858cff50459dca962e369aefc76caf;hpb=e7f147618062401e8d16ea2a953354d34329bcf3;p=i3%2Fi3 diff --git a/include/config.h b/include/config.h index d5465c3f..699cc882 100644 --- a/include/config.h +++ b/include/config.h @@ -54,7 +54,7 @@ struct Colortriple { color_t background; color_t text; color_t indicator; - color_t decoration_border; + color_t child_border; }; /** @@ -125,7 +125,7 @@ struct Config { * This is useful if you are reaching scrollbar on the edge of the * screen or do not want to waste a single pixel of displayspace. * By default, this is disabled. */ - adjacent_t hide_edge_borders; + hide_edge_borders_mode_t hide_edge_borders; /** By default, a workspace bar is drawn at the bottom of the screen. * If you want to have a more fancy bar, it is recommended to replace