Skip to content

Commit

Permalink
[Doc] Update manpage to clarify meta property.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Jan 4, 2024
1 parent 11d801e commit 1a5e9e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/rofi-script.5
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,14 @@ The following options are supported:
.IP \(bu 2
\fBicon\fP: Set the icon for that row.
.IP \(bu 2
\fBdisplay\fP: Replace the displayed string. (Original string will still be used for searching)
\fBdisplay\fP: Replace the displayed string. (Original string will still be used for filtering)
.IP \(bu 2
\fBmeta\fP: Specify invisible search terms.
\fBmeta\fP: Specify invisible search terms used for filtering.
.IP \(bu 2
\fBnonselectable\fP: If true the row cannot activated.
.IP \(bu 2
\fBinfo\fP: Info that, on selection, gets placed in the \fB\fCROFI_INFO\fR
environment variable. This entry does not get searched.
environment variable. This entry does not get searched for filtering.
.IP \(bu 2
\fBurgent\fP: Set urgent flag on entry (true/false)
.IP \(bu 2
Expand Down
6 changes: 3 additions & 3 deletions doc/rofi-script.5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@ The following options are supported:

- **icon**: Set the icon for that row.

- **display**: Replace the displayed string. (Original string will still be used for searching)
- **display**: Replace the displayed string. (Original string will still be used for filtering)

- **meta**: Specify invisible search terms.
- **meta**: Specify invisible search terms used for filtering.

- **nonselectable**: If true the row cannot activated.

- **info**: Info that, on selection, gets placed in the `ROFI_INFO`
environment variable. This entry does not get searched.
environment variable. This entry does not get searched for filtering.

- **urgent**: Set urgent flag on entry (true/false)

Expand Down

0 comments on commit 1a5e9e9

Please sign in to comment.