summaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index a36097c5..4222ebb1 100644
--- a/config/config.c
+++ b/config/config.c
@@ -94,6 +94,8 @@ Settings config = {
.levenshtein_sort = FALSE,
/** Case sensitivity of the search */
.case_sensitive = FALSE,
+ /** Cycle through in the element list */
+ .cycle = TRUE,
/** Height of an element in #chars */
.element_height = 1,
/** Sidebar mode, show the modi */