deactivate exclusive

This commit is contained in:
vaxerski 2022-04-28 17:55:25 +02:00
parent 17bd1779ea
commit 51172129d7
5 changed files with 7 additions and 7 deletions

View file

@ -108,7 +108,7 @@ public:
void moveWindowToTop(CWindow*);
void cleanupWindows();
CWindow* getWindowInDirection(CWindow*, char);
void deactivateAllWLRWorkspaces();
void deactivateAllWLRWorkspaces(wlr_ext_workspace_handle_v1* exclude = nullptr);
CWindow* getNextWindowOnWorkspace(CWindow*);
int getNextAvailableNamedWorkspace();
bool isPointOnAnyMonitor(const Vector2D&);