From af6b2754b4f80828bb41f3a550e4839fa572bda0 Mon Sep 17 00:00:00 2001 From: Mihir Lad Date: Fri, 17 Jul 2020 00:31:00 -0400 Subject: [PATCH] Add dwm module to unsupported.hpp --- include/modules/unsupported.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/modules/unsupported.hpp b/include/modules/unsupported.hpp index 4694cfc5..c63957f8 100644 --- a/include/modules/unsupported.hpp +++ b/include/modules/unsupported.hpp @@ -41,6 +41,9 @@ namespace modules { #if not ENABLE_I3 DEFINE_UNSUPPORTED_MODULE(i3_module, "internal/i3"); #endif +#if not ENABLE_DWM + DEFINE_UNSUPPORTED_MODULE(dwm_module, "internal/dwm"); +#endif #if not ENABLE_MPD DEFINE_UNSUPPORTED_MODULE(mpd_module, "internal/mpd"); #endif