Merge pull request #2103 from xdavidel/dwl-module

Add DWL tags module
This commit is contained in:
Alex
2023-04-17 09:01:00 +02:00
committed by GitHub
9 changed files with 464 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"