summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-12-20 16:34:24 +0100
committerDave Davenport <qball@blame.services>2022-12-20 16:35:47 +0100
commit356e9a98bb8e685f5e181344a2bb4d563fc266a5 (patch)
treec3922dbc326633c13609baf0ceac9697ca09fc12
parent23de9e9d2c35af8cce72b060f6d2916cd6215a23 (diff)
[Doc] Clarify that `require-input` only hides it.
-rw-r--r--doc/rofi-theme.53
-rw-r--r--doc/rofi-theme.5.markdown3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 1e1bdda5..457874fc 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -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
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index bbb0a7cd..55af7984 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -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`.