mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
layout: add auto_group to control default grouping (#7883)
This commit is contained in:
@@ -47,6 +47,7 @@ class IHyprLayout {
|
||||
virtual void onWindowCreated(PHLWINDOW, eDirection direction = DIRECTION_DEFAULT);
|
||||
virtual void onWindowCreatedTiling(PHLWINDOW, eDirection direction = DIRECTION_DEFAULT) = 0;
|
||||
virtual void onWindowCreatedFloating(PHLWINDOW);
|
||||
virtual bool onWindowCreatedAutoGroup(PHLWINDOW);
|
||||
|
||||
/*
|
||||
Return tiled status
|
||||
|
Reference in New Issue
Block a user