summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-08-20 21:42:53 +0200
committerQC <qball@gmpclient.org>2015-08-20 21:42:53 +0200
commitc170eae8c8cda0f7fe3b74d959de056a3af4ce78 (patch)
tree641ce634aa7aa1584b55e3587b385daf9370a165 /include/rofi.h
parent610c73837737893242086370a9c4839019db344c (diff)
Issue: #207 add generic `-filter` mode.
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 062a8187..1aa5b6b9 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -232,6 +232,8 @@ typedef struct _Settings
int monitor;
/** Line margin */
unsigned int line_margin;
+ /** filter */
+ char *filter;
} Settings;
/** Global Settings structure. */