Simplifying manual, removing unused elements
This commit is contained in:
parent
8e799bb47d
commit
7832d2cfa9
7
xmenu.1
7
xmenu.1
|
@ -18,12 +18,7 @@ The options are as follows:
|
||||||
.TP
|
.TP
|
||||||
.B -i
|
.B -i
|
||||||
Disable icons.
|
Disable icons.
|
||||||
.B xmenu
|
This makes xmenu loading faster when not using icons.
|
||||||
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
|
.TP
|
||||||
.BI -p " position"
|
.BI -p " position"
|
||||||
Set the position to spawn xmenu.
|
Set the position to spawn xmenu.
|
||||||
|
|
1
xmenu.h
1
xmenu.h
|
@ -64,7 +64,6 @@ struct Item {
|
||||||
char *file; /* filename of the icon */
|
char *file; /* filename of the icon */
|
||||||
int y; /* item y position relative to menu */
|
int y; /* item y position relative to menu */
|
||||||
int h; /* item height */
|
int h; /* item height */
|
||||||
size_t labellen; /* strlen(label) */
|
|
||||||
struct Item *prev; /* previous item */
|
struct Item *prev; /* previous item */
|
||||||
struct Item *next; /* next item */
|
struct Item *next; /* next item */
|
||||||
struct Menu *submenu; /* submenu spawned by clicking on item */
|
struct Menu *submenu; /* submenu spawned by clicking on item */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user