mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-05 17:46:28 +00:00
update activewindow on its title change
This commit is contained in:
@@ -276,6 +276,9 @@ void Events::listener_setTitleWindow(void* owner, void* data) {
|
|||||||
|
|
||||||
PWINDOW->m_szTitle = g_pXWaylandManager->getTitle(PWINDOW);
|
PWINDOW->m_szTitle = g_pXWaylandManager->getTitle(PWINDOW);
|
||||||
|
|
||||||
|
if (PWINDOW == g_pCompositor->m_pLastWindow) // if it's the active, let's post an event to update others
|
||||||
|
g_pEventManager->postEvent(SHyprIPCEvent("activewindow", PWINDOW->m_szTitle));
|
||||||
|
|
||||||
Debug::log(LOG, "Window %x set title to %s", PWINDOW, PWINDOW->m_szTitle.c_str());
|
Debug::log(LOG, "Window %x set title to %s", PWINDOW, PWINDOW->m_szTitle.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user