mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
parent
0d9f6898ce
commit
15296c02be
|
@ -97,6 +97,12 @@ void newCreateGroup(CWindow* self)
|
|||
return;
|
||||
}
|
||||
|
||||
// Skip floating windows
|
||||
if (self->m_bIsFloating) {
|
||||
Debug::log(LOG, "[dwindle-autogroup] Ignoring autogroup for floating window");
|
||||
return;
|
||||
}
|
||||
|
||||
Debug::log(LOG, "[dwindle-autogroup] Triggered createGroup for {:x}", self);
|
||||
|
||||
// Obtain an instance of the dwindle layout, also run some general pre-conditions
|
||||
|
|
Loading…
Reference in a new issue