mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
parent
bcb375d507
commit
5b976cdff9
|
@ -96,6 +96,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