Dispatcher to center floating window (#961)

Co-authored-by: Adam Nord <adam.nord@abbgymnasiet.se>
Co-authored-by: vaxerski <vaxry@vaxry.net>
This commit is contained in:
abbadanor
2022-11-07 13:16:30 +01:00
committed by GitHub
parent efbc3f8194
commit 1a55fb4170
2 changed files with 16 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ private:
static void moveActiveToWorkspace(std::string);
static void moveActiveToWorkspaceSilent(std::string);
static void moveFocusTo(std::string);
static void centerWindow(std::string);
static void moveActiveTo(std::string);
static void toggleGroup(std::string);
static void changeGroupActive(std::string);