Add DWL tags module

This commit is contained in:
David Delarosa
2023-04-11 04:50:21 +03:00
parent bd908f6d97
commit 60cdf10e64
9 changed files with 489 additions and 0 deletions

View File

@ -23,6 +23,9 @@
#include "modules/river/tags.hpp"
#include "modules/river/window.hpp"
#endif
#ifdef HAVE_DWL
#include "modules/dwl/tags.hpp"
#endif
#ifdef HAVE_HYPRLAND
#include "modules/hyprland/backend.hpp"
#include "modules/hyprland/language.hpp"