X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/0783fd073cbfb2510248da03ea8b92db454e3ae7..HEAD:/config.h diff --git a/config.h b/config.h index 9886a72..254201c 100644 --- 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 */ + .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, @@ -34,9 +35,6 @@ static struct Config config = { /* 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 }; /*