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:
parent
23de9e9d2c
commit
356e9a98bb
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue