X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/1b566a90545f0adfcb4b36a729b0f4ab4f0afefb..HEAD:/config.h diff --git a/config.h b/config.h index 0723fcd..254201c 100644 --- a/config.h +++ b/config.h @@ -16,6 +16,10 @@ 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, /* * The variables below cannot be set by X resources.