move modifiers

This commit is contained in:
speediegq 2022-10-15 15:22:56 +02:00
parent 7d50e327d5
commit 1eee3b9b39

View file

@ -703,6 +703,14 @@ static Colormap cmap;
static xcb_connection_t *xcon;
#define FORCE_VSPLIT forcevsplit
/* Modifiers */
#define CONTROL ControlMask
#define SHIFT ShiftMask
#define ALT Mod1Mask
#define ALTR Mod3Mask
#define SUPER Mod4Mask
#define SUPERR Mod5Mask
#if USEIPC
#include "toggle/ipc.c"
#endif
@ -725,14 +733,6 @@ static int systraypinningfailfirst = 1;
#define cmd( cmd ) {.v = (const char*[]){ shell, "-c", cmd, NULL } },
#define SESSION_FILE "/tmp/speedwm-session"
/* Modifiers */
#define CONTROL ControlMask
#define SHIFT ShiftMask
#define ALT Mod1Mask
#define ALTR Mod3Mask
#define SUPER Mod4Mask
#define SUPERR Mod5Mask
/* Rest of the headers */
#include "autostart.h" /* Add autostart support */
#include "colors.h" /* Include colors */