summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorIan Remmler <ian@remmler.org>2016-09-08 15:42:41 -0500
committerDave Davenport <DaveDavenport@users.noreply.github.com>2016-09-08 22:42:41 +0200
commit91e2ecf2128f309d14691373cfec431343f105fd (patch)
tree43293dc884d7bfc4ae85dd8be6945e817a836936 /include/settings.h
parente3fb17a843602df47ccf417c051e811e2da60ce1 (diff)
Added click-to-exit option. (#460)
Exit if a mouse button is pressed and released outside of the rofi window.
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 12fdb5fa..83357bfa 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -146,6 +146,8 @@ typedef struct
char *fake_background;
char *window_format;
+ /** Click outside the window to exit */
+ int click_to_exit;
} Settings;
/** Global Settings structure. */
extern Settings config;