diff options
| author | Saumit Dinesan <79687674+justsaumit@users.noreply.github.com> | 2022-01-27 22:11:08 +0530 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-27 22:11:08 +0530 | 
| commit | fb07a43d3f15482de8ccdbec76e5b9606fd24b05 (patch) | |
| tree | 10a52f2315526c7040a7f68703f3cdd2c852e703 | |
| parent | adee17a43c5a92ddc88cfc022bf6b528f2fec17d (diff) | |
Update dmenu.1
| -rw-r--r-- | dmenu.1 | 10 | 
1 files changed, 9 insertions, 1 deletions
@@ -3,9 +3,11 @@  dmenu \- dynamic menu  .SH SYNOPSIS  .B dmenu -.RB [ \-bfiv ] +.RB [ \-bfivP ]  .RB [ \-l  .IR lines ] +.RB [ \-h +.IR height ]  .RB [ \-m  .IR monitor ]  .RB [ \-p @@ -47,9 +49,15 @@ is faster, but will lock up X until stdin reaches end\-of\-file.  .B \-i  dmenu matches menu items case insensitively.  .TP +.B \-P +dmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored. +.TP  .BI \-l " lines"  dmenu lists items vertically, with the given number of lines.  .TP +.BI \-h " height" +dmenu uses a menu line of at least 'height' pixels tall, but no less than 8. +.TP  .BI \-m " monitor"  dmenu is displayed on the monitor number supplied. Monitor numbers are starting  from 0.  | 
