hyprland/ipc: provide default sorting for workspaces

This commit is contained in:
outfoxxed 2025-03-27 14:39:27 -07:00
parent fa74449139
commit d6a4ebc742
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 12 additions and 4 deletions

View file

@ -120,6 +120,8 @@ private:
void onEvent(HyprlandIpcEvent* event);
static bool compareWorkspaces(HyprlandWorkspace* a, HyprlandWorkspace* b);
QLocalSocket eventSocket;
QString mRequestSocketPath;
QString mEventSocketPath;