X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/4536f46cfff50c66a115755def0155d8e246b02f..1d3142da968da7f6f61f1c1708f39ca233eda150:/x.c diff --git a/x.c b/x.c index 7186040..248d505 100644 --- a/x.c +++ b/x.c @@ -48,7 +48,7 @@ typedef struct { /* X modifiers */ #define XK_ANY_MOD UINT_MAX #define XK_NO_MOD 0 -#define XK_SWITCH_MOD (1<<13) +#define XK_SWITCH_MOD (1<<13|1<<14) /* function definitions used in config.h */ static void clipcopy(const Arg *);