config: Only default-enable window mode if built

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2017-10-02 19:45:06 +02:00 committed by Dave Davenport
parent 5f9a668f25
commit 858462415a
1 changed files with 4 additions and 0 deletions

View File

@ -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) */