mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-12-26 13:44:34 +00:00
Improve wording in log msg
This commit is contained in:
parent
ab36aeeae7
commit
54cf7c6989
|
@ -104,7 +104,7 @@ void newCreateGroup(CWindow* self)
|
||||||
if (!handleGroupOperation(&pDwindleLayout))
|
if (!handleGroupOperation(&pDwindleLayout))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Debug::log(LOG, "[dwindle-autogroup] Autogroupping dwindle child nodes");
|
Debug::log(LOG, "[dwindle-autogroup] Collecting dwindle child nodes");
|
||||||
|
|
||||||
// Collect all child dwindle nodes, we'll want to add all of those into a group
|
// Collect all child dwindle nodes, we'll want to add all of those into a group
|
||||||
const auto P_DWINDLE_NODE = g_pNodeFromWindow(pDwindleLayout, self);
|
const auto P_DWINDLE_NODE = g_pNodeFromWindow(pDwindleLayout, self);
|
||||||
|
|
Loading…
Reference in a new issue