summaryrefslogtreecommitdiffstats
path: root/include/settings.h
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 /include/settings.h
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 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 4ac38af8..848d8a6b 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -90,6 +90,8 @@ typedef struct
unsigned int levenshtein_sort;
/** Search case sensitivity */
unsigned int case_sensitive;
+ /** Cycle through in the element list */
+ unsigned int cycle;
/** Height of an element in number of rows */
int element_height;
/** Sidebar mode, show the modi */