feature: created sway language submodule; added styles & config part for a sway language submodule

This commit is contained in:
nikto_b
2020-10-10 19:09:18 +03:00
parent bcb63b8ccb
commit cc3acf8102
7 changed files with 112 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#include "modules/sway/mode.hpp"
#include "modules/sway/window.hpp"
#include "modules/sway/workspaces.hpp"
#include "modules/sway/language.hpp"
#endif
#ifdef HAVE_WLR
#include "modules/wlr/taskbar.hpp"