From fba6aee46da050eab979de1ced62c1205f3b9539 Mon Sep 17 00:00:00 2001 From: Fabian Winter <5821180+fdw@users.noreply.github.com> Date: Tue, 25 Oct 2022 19:14:25 +0200 Subject: [PATCH] [DOC] Add parsing row options to dmenu manpage (#1734) --- doc/rofi-dmenu.5.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/rofi-dmenu.5.markdown b/doc/rofi-dmenu.5.markdown index 9e5254267..f9732a5d7 100644 --- a/doc/rofi-dmenu.5.markdown +++ b/doc/rofi-dmenu.5.markdown @@ -192,6 +192,10 @@ When multi-select is enabled, prefix this string when element is not selected. *default*: "☐ " +## PARSING ROW OPTIONS + +Extra options for individual rows can be also set. See the **rofi-script(5)** manpage for details; the syntax and supported features are identical. + ## RETURN VALUE * **0**: Row has been selected accepted by user.