X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/28f784a7a47952d302632a41c2e43ff03318f930..7ab95f634e85779b75209619fecb0fe309c2bd16:/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 }; /*