X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/5a83c7dce2bea721f6ac57c922f7c2d97ff1b794..3d8536642e0a252737588654a9142962348302d6:/xmenu.1 diff --git a/xmenu.1 b/xmenu.1 index b24a767..d87ba4b 100644 --- a/xmenu.1 +++ b/xmenu.1 @@ -3,7 +3,9 @@ xmenu \- menu utility for X .SH SYNOPSIS .B xmenu -.RB [ \-w ] +.RB [ \-iw ] +.RB [ -p +.IR position ] .RI [ title ] .SH DESCRIPTION .B xmenu @@ -14,9 +16,27 @@ and outputs the item selected to stdout. .PP The options are as follows: .TP +.B -i +Disable icons. +.B xmenu +allocates a space at the left side of the menu for the icons; +if there is no icon, then this space will be blank. +Setting the +.B -i +option removes this space, making the menu narrower. +.TP +.BI -p " position" +Set the position to spawn xmenu. +Without this option, xmenu spawns next to the cursor. +.I position +is a string of the form +.BR INTxINT , +where the first INT is the x position and the second INT is the y position. +.TP .B -w Asks the window manager to draw a border around the menus. -This option may be buggy in some window managers, specially tiled ones. +This option may be buggy in some window managers, +specially tiled ones that do not respect window hints. .PP Each item read from stdin has the following format: .IP @@ -77,6 +97,8 @@ understands the following X resources. .TP .B xmenu.font The font in which the labels should be drawn. +Multiple fonts can be added as fallback fonts; +they must be separated by a comma. .TP .B xmenu.background The background color of non-selected items in the menu. @@ -96,11 +118,14 @@ The color of the border around the menu. .B xmenu.separator The color of the separator between items in the menu. .TP +.B xmenu.gap +The gap, in pixels, between the menus. +.TP .B xmenu.width The minimum width, in pixels, of the items in the menu. .TP -.B xmenu.padding -The size in pixels of the padding around the label text in items in the menu. +.B xmenu.height +The size in pixels of the height of a single menu item. .TP .B xmenu.borderWidth The size in pixels of the border around the menu.