From 8bc58274cc7c81e8c5c540bf568283af74d21a15 Mon Sep 17 00:00:00 2001 From: tosu Date: Tue, 15 Aug 2023 01:15:30 +0200 Subject: [PATCH] Add X11/XF86keysym.h header for volume and brightness keycodes --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index 656f7b5..203562c 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,7 @@ /* See LICENSE file for copyright and license details. */ +#include + /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */