summaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:56:38 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-06-23 20:56:38 +0100
commitd0862b78106c9bdd4c286b2e165cec9b582e04f1 (patch)
tree702b6c95a0224e07f272f63f8f68d9a5a0a2f6c3 /src/parser.c
parent4cd111d9d1356db27f6c90b9c95144f9c409ec54 (diff)
add XF86 key support
now other misc keys will work eg vol up etc
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index 42c57df..c8f748d 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -9,6 +9,7 @@
#include <wordexp.h>
#endif
#include <X11/keysym.h>
+#include <X11/XF86keysym.h>
#include <X11/Xlib.h>
#include "parser.h"
#include "defs.h"