mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-03-03 23:58:56 +00:00
parent
0d9f6898ce
commit
15296c02be
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue