summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorYaroslav <valsoray17@users.noreply.github.com>2016-05-25 14:40:23 -0400
committerDave Davenport <DaveDavenport@users.noreply.github.com>2016-05-25 20:40:23 +0200
commitf901494c6a8826023902ced568f24c39300788f4 (patch)
tree2797c6467c88614cfa97e48919ccaef88d4d985b /doc/rofi-manpage.markdown
parent17e93986993ab7dd9121aa39d66d3696fc66b35d (diff)
Switch to stop cycling feature (#407)
* Added 'cycle' option to switch list navigation wrapping * Replaced tabs with spaces * Updating the expected rofi properties with 'cycle' option * Updating documentation with the 'cycle' option
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 0e71767c..dc9ca5f1 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -26,6 +26,7 @@
[ -disable-history ]
[ -levenshtein-sort ]
[ -case-sensitive ]
+[ -cycle ]
[ -show *mode* ]
[ -modi *mode1,mode2* ]
[ -eh *element height* ]
@@ -185,6 +186,10 @@ Example: Have a mode 'Workspaces' using the `i3_switch_workspace.sh` script:
Start in case sensitive mode.
+`-cycle`
+
+Cycle through the results list. Default is 'true'.
+
`-fuzzy`
Enable experimental fuzzy matching.