summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
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. */