Minor change to `Makefile` to set FreeBSD paths as default.
[xmenu] / config.h
index 9886a72..254201c 100644 (file)
--- a/config.h
+++ b/config.h
@@ -16,6 +16,7 @@ static struct Config config = {
        .border_pixels = 1,         /* menu border */
        .separator_pixels = 3,      /* space around separator */
        .gap_pixels = 0,            /* gap between menus */
        .border_pixels = 1,         /* menu border */
        .separator_pixels = 3,      /* space around separator */
        .gap_pixels = 0,            /* gap between menus */
+       .max_items = 0,             /* maximum number of items of a menu, 0 to compute based on monitor height */
 
        /* text alignment, set to LeftAlignment, CenterAlignment or RightAlignment */
        .alignment = LeftAlignment,
 
        /* text alignment, set to LeftAlignment, CenterAlignment or RightAlignment */
        .alignment = LeftAlignment,
@@ -34,9 +35,6 @@ static struct Config config = {
 
        /* area around the icon, the triangle and the separator */
        .horzpadding = 8,
 
        /* area around the icon, the triangle and the separator */
        .horzpadding = 8,
-
-       /* if nonzero, enable type-to-select feature, can be togglet with -t */
-       .typetoselect = 0
 };
 
 /*
 };
 
 /*