summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-08-02 15:45:52 +0200
committerQC <qball@gmpclient.org>2015-08-02 15:45:52 +0200
commit77e5541ba57e62089a931377def6cb2df5b2574e (patch)
tree5f63d2f342714f9062eb5c8af8b79d70c69433ec /include/rofi.h
parent34dee2a3eb946fa0be85f77d6995babefcc1842a (diff)
Bug #200 implement `-m` 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 955ffd9d..b626785f 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -228,6 +228,8 @@ typedef struct _Settings
char *combi_modi;
/** Fuzzy match */
unsigned int fuzzy;
+ /** Monitors */
+ int monitor;
} Settings;
/** Global Settings structure. */