summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 67342346..501ea008 100644
--- a/config/config.c
+++ b/config/config.c
@@ -35,7 +35,11 @@
Settings config = {
/** List of enabled modi. */
/** -modi */
+#ifdef WINDOW_MODE
.modi = "window,run,ssh",
+#else
+ .modi = "run,ssh",
+#endif
/** Border width around the window. */
.menu_bw = 1,
/** The width of the switcher. (0100 in % > 100 in pixels) */