hyprland/ipc: expose HyprlandToplevel jsons

This commit is contained in:
outfoxxed 2025-06-20 21:31:44 -07:00
parent 98d09b5a36
commit 8be18c05ed
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 19 additions and 0 deletions

View file

@ -47,6 +47,7 @@ HyprlandMonitor* HyprlandIpcQml::monitorFor(QuickshellScreenInfo* screen) {
void HyprlandIpcQml::refreshMonitors() { HyprlandIpc::instance()->refreshMonitors(false); }
void HyprlandIpcQml::refreshWorkspaces() { HyprlandIpc::instance()->refreshWorkspaces(false); }
void HyprlandIpcQml::refreshToplevels() { HyprlandIpc::instance()->refreshToplevels(); }
QString HyprlandIpcQml::requestSocketPath() { return HyprlandIpc::instance()->requestSocketPath(); }
QString HyprlandIpcQml::eventSocketPath() { return HyprlandIpc::instance()->eventSocketPath(); }