]> Sergey Matveev's repositories - st.git/blobdiff - x.c
Add 14th bit to XK_SWITCH_MOD bitmask
[st.git] / x.c
diff --git a/x.c b/x.c
index 718604067917b7b470a1618cedc72da379ebee37..248d5050111d0b3bae2785e90480502807139197 100644 (file)
--- 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 *);