1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-21 17:52:51 -04:00

[Doc] Clarify that require-input only hides it.

This commit is contained in:
Dave Davenport 2022-12-20 16:34:24 +01:00
parent 23de9e9d2c
commit 356e9a98bb
2 changed files with 4 additions and 2 deletions

View file

@ -1579,7 +1579,8 @@ The order the elements are layed out. Vertical is the original 'column' view.
Do not reduce the number of columns shown when number of visible elements is not enough to fill them all.
.IP \(bu 2
\fBrequire-input\fP: boolean
Listview requires user input to show up.
Listview requires user input to be unhidden. The list will still respond to normal interaction.
Hitting accept will still activate the selected entry.
.RE

View file

@ -978,7 +978,8 @@ The following properties are currently supported:
* **fixed-columns**: boolean
Do not reduce the number of columns shown when number of visible elements is not enough to fill them all.
* **require-input**: boolean
Listview requires user input to show up.
Listview requires user input to be unhidden. The list will still respond to normal interaction.
Hitting accept will still activate the selected entry.
Each element is a `box` called `element`. Each `element` can contain an `element-icon` and `element-text`.