better dwindle swapping with groups

This commit is contained in:
vaxerski
2022-09-20 18:04:39 +01:00
parent 6f98b3cbd8
commit 7a9423c782
3 changed files with 100 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ private:
SDwindleNodeData* getMasterNodeOnWorkspace(const int&);
void toggleWindowGroup(CWindow*);
void switchGroupWindow(CWindow*, bool forward);
void switchGroupWindow(CWindow*, bool forward, CWindow* to = nullptr);
void toggleSplit(CWindow*);
std::deque<CWindow*> getGroupMembers(CWindow*);