summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2022-03-07 20:37:58 +0100
committerGitHub <noreply@github.com>2022-03-07 20:37:58 +0100
commit47d785758a4094c08caa7b1511a67862a8ca1428 (patch)
tree5797f3a1c0fae400950fede1f32d644f93771c40 /doc/rofi-theme.5.markdown
parent0bbefbf25777b1a13d48b1d5dab56c8506f57add (diff)
[listview] Allow settings of flow direction of elements (#1605)
* [Listview] Initial implementation for left to right packing. * [Listview] fix movement in pack-left-to-right. * Add element-next/prev keybinding and remap tab. * [Listview] Change option name to 'flow' and use rofi orientation type. * [Listview] Make listview work with reverse property. * Update test for 2 new keybindings. fixes: #1058
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 4f2a6460..f82e8017 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -794,6 +794,8 @@ The following properties are currently supported:
Indicate how elements are stacked. Horizontal implements the dmenu style.
* **reverse**: boolean
Reverse the ordering (top down to bottom up).
+* **flow**: orientation
+ The order the elements are layed out. Vertical is the original 'column' view.
* **fixed-columns**: boolean
Do not reduce the number of columns shown when number of visible elements is not enough to fill them all.