added focuswindowbyclass

This commit is contained in:
vaxerski
2022-06-10 12:06:27 +02:00
parent 90a859af27
commit 3a2ac11e3e
2 changed files with 27 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ private:
static void forceRendererReload(std::string);
static void resizeActive(std::string);
static void circleNext(std::string);
static void focusWindowByClass(std::string);
friend class CCompositor;
};