dwindle: add movetoroot method to layout messages (#7903)
This commit is contained in:
parent
9e418671e1
commit
4b00cba319
2 changed files with 43 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class CHyprDwindleLayout : public IHyprLayout {
|
|||
|
||||
void toggleSplit(PHLWINDOW);
|
||||
void swapSplit(PHLWINDOW);
|
||||
void moveToRoot(PHLWINDOW, bool stable = true);
|
||||
|
||||
eDirection overrideDirection = DIRECTION_DEFAULT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue