diff --git a/speedwm.c b/speedwm.c index 14be3cc..46a26f2 100644 --- a/speedwm.c +++ b/speedwm.c @@ -907,11 +907,6 @@ static xcb_connection_t *xcon; #define SUPER Mod4Mask #define SUPERR Mod5Mask -/* Shell command */ -#define cmd( cmd ) {.v = (const char*[]){ shell, "-c", cmd, NULL } }, - -static const char *clickstatus[] = { "/bin/sh", "-c", NULL, NULL }; /* for running click scripts */ - /* Media controls */ #if USEMEDIA #include /* Enable multimedia button support */ @@ -920,6 +915,11 @@ static const char *clickstatus[] = { "/bin/sh", "-c", NULL, NULL }; /* for runni /* Configuration */ #include "options.h" /* Include options */ +/* Shell command */ +#define cmd( cmd ) {.v = (const char*[]){ shell, "-c", cmd, NULL } }, + +static const char *clickstatus[] = { shell, "-c", NULL, NULL }; /* for running click scripts */ + /* Rest of the headers */ #include "autostart.h" /* Add autostart support */ #include "colors.h" /* Include colors */