move mouse.. again

This commit is contained in:
speediegq 2022-10-15 15:14:51 +02:00
parent 7f997dbd27
commit db8e54c7b2

View file

@ -743,13 +743,6 @@ static int systraypinningfailfirst = 1;
#endif #endif
#include "keybinds.h" /* Include keybinds */ #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 */ /* IPC support */
#if USEIPC #if USEIPC
#include "ipc.h" /* Include IPC */ #include "ipc.h" /* Include IPC */
@ -760,6 +753,13 @@ static const char *statuscmd[] = { shell, "-c", NULL, NULL };
/* Signals */ /* Signals */
#include "signal.h" /* Include signal support */ #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 */ /* Layout code */
#include "layouts.c" /* Enable patched layouts */ #include "layouts.c" /* Enable patched layouts */