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
parent 7db9cb6493
commit 67db30ad05
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
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) */