Added documentation about the control and shift modifiers in run mode

This commit is contained in:
Scoopta 2020-05-07 15:36:01 -07:00
parent 1649fb95e1
commit 4a9733114b

View File

@ -32,6 +32,9 @@ The character used to separate dmenu entries, default is \\n.
.B print_line_num=\fIBOOL\fR .B print_line_num=\fIBOOL\fR
When an entry is selected the number of the line the entry was on is printed instead of the entry itself. This disables caching as it's fundamentally incompatible with it. When an entry is selected the number of the line the entry was on is printed instead of the entry itself. This disables caching as it's fundamentally incompatible with it.
.SH RUN
In run mode holding ctrl while running an entry will cause arguments to be parsed even if always_parse_args=false. Holding shift will cause the entry to be run in a terminal.
.SH RUN CONFIG OPTIONS .SH RUN CONFIG OPTIONS
.TP .TP
.B always_parse_args=\fIBOOL\fR .B always_parse_args=\fIBOOL\fR