summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorMikkel Thestrup <mikkel@mithe.dk>2026-01-22 17:36:16 +0100
committerMikkel Thestrup <mikkel@mithe.dk>2026-01-22 17:36:31 +0100
commit8679efff5e8967bd4118174c56685a859405c119 (patch)
tree4d0dc2ace77fe948039611fc00ffaab880587bb9 /dwm.c
parent678078d73f37d09bb6974a2aa4bf44d1bac99b2c (diff)
downloaddwm-8679efff5e8967bd4118174c56685a859405c119.tar.gz
dwm-8679efff5e8967bd4118174c56685a859405c119.zip
Added support for media buttons
Diffstat (limited to '')
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index 3fe76be..3888933 100644
--- a/dwm.c
+++ b/dwm.c
@@ -41,6 +41,7 @@
#include <X11/extensions/Xinerama.h>
#endif /* XINERAMA */
#include <X11/Xft/Xft.h>
+#include <X11/XF86keysym.h>
#include "drw.h"
#include "util.h"