From 912910809201afa3f5867af17d46d8b542b5d74e Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 17 May 2015 21:51:33 -0600 Subject: [PATCH] fixed missed XF86 key include dwm --- dwm.config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.config.h b/dwm.config.h index 98b24c5..1a9cd4f 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -1,4 +1,6 @@ /* See LICENSE file for copyright and license details. */ +/*includes*/ +#include /*Needed for mulitmedia keys*/ /* appearance */ static const char font[] = "Inconsolata-12";