From db8e54c7b2179e1b23b6c1171352351deb5783e9 Mon Sep 17 00:00:00 2001 From: speediegq Date: Sat, 15 Oct 2022 15:14:51 +0200 Subject: [PATCH] move mouse.. again --- speedwm.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/speedwm.c b/speedwm.c index 1575232..7805e42 100644 --- a/speedwm.c +++ b/speedwm.c @@ -743,13 +743,6 @@ static int systraypinningfailfirst = 1; #endif #include "keybinds.h" /* Include keybinds */ -/* Mouse support */ -static const char *statuscmd[] = { shell, "-c", NULL, NULL }; -#if USEMOUSE -#include "mouse.h" /* Include mouse support */ -#include "statusbar.h" /* Include mouse statuscmd support */ -#endif - /* IPC support */ #if USEIPC #include "ipc.h" /* Include IPC */ @@ -760,6 +753,13 @@ static const char *statuscmd[] = { shell, "-c", NULL, NULL }; /* Signals */ #include "signal.h" /* Include signal support */ +/* Mouse support */ +static const char *statuscmd[] = { shell, "-c", NULL, NULL }; +#if USEMOUSE +#include "mouse.h" /* Include mouse support */ +#include "statusbar.h" /* Include mouse statuscmd support */ +#endif + /* Layout code */ #include "layouts.c" /* Enable patched layouts */