]> git.sur5r.net Git - i3/i3/blobdiff - include/config.h
Smart option added to hide_edge_borders config param (#2191) (#2191)
[i3/i3] / include / config.h
index d5465c3f06858cff50459dca962e369aefc76caf..699cc882acc9a7c657526e4a54816248af7c1547 100644 (file)
@@ -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