diff options
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | dmenu \- dynamic menu | 3 | dmenu \- dynamic menu |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B dmenu | 5 | .B dmenu |
6 | .RB [ \-bottom ] | ||
6 | .RB [ \-font " <name>"] | 7 | .RB [ \-font " <name>"] |
7 | .RB [ \-normbg " <color>"] | 8 | .RB [ \-normbg " <color>"] |
8 | .RB [ \-normfg " <color>"] | 9 | .RB [ \-normfg " <color>"] |
@@ -19,6 +20,9 @@ It manages huge amounts (up to 10.000 and more) of user defined menu items | |||
19 | efficiently. | 20 | efficiently. |
20 | .SS Options | 21 | .SS Options |
21 | .TP | 22 | .TP |
23 | .B \-bottom | ||
24 | makes dmenu appear at the screen bottom (by default it appears at the screen top). | ||
25 | .TP | ||
22 | .B \-font <name> | 26 | .B \-font <name> |
23 | defines the font. | 27 | defines the font. |
24 | .TP | 28 | .TP |