diff options
Diffstat (limited to 'dmenu.1')
| -rw-r--r-- | dmenu.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -36,6 +36,10 @@ dmenu \- dynamic menu .IR windowid ] .RB [ \-it .IR text ] +.RB [ \-sp +.IR sidepad ] +.RB [ \-vp +.IR vertpad ] .P .BR dmenu_run " ..." .SH DESCRIPTION @@ -127,6 +131,12 @@ embed into windowid. .TP .BI \-it " text". start with initial text input. +.TP +.BI \-sp " sidepad". +change horizontal padding around dmenu. +.TP +.BI \-vp " vertpad". +change vertical padding around dmenu. .SH USAGE dmenu is completely controlled by the keyboard. Items are selected using the arrow keys, page up, page down, home, and end. |
