X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/1146fd8114579aa412936e8f75fae98aba10a71a..27c03246ca5fe2612ec0dd80f3c5fcabf249f87d:/config.h diff --git a/config.h b/config.h index 0723fcd..6eb9b7c 100644 --- a/config.h +++ b/config.h @@ -17,6 +17,9 @@ static struct Config config = { .separator_pixels = 3, /* space around separator */ .gap_pixels = 0, /* gap between menus */ + /* text alignment, set to LeftAlignment, CenterAlignment or RightAlignment */ + .alignment = LeftAlignment, + /* * The variables below cannot be set by X resources. * Their values must be less than .height_pixels.