forked from quickshell/quickshell
hyprland/ipc: provide default sorting for workspaces
This commit is contained in:
parent
fa74449139
commit
d6a4ebc742
3 changed files with 12 additions and 4 deletions
|
|
@ -120,6 +120,8 @@ private:
|
|||
|
||||
void onEvent(HyprlandIpcEvent* event);
|
||||
|
||||
static bool compareWorkspaces(HyprlandWorkspace* a, HyprlandWorkspace* b);
|
||||
|
||||
QLocalSocket eventSocket;
|
||||
QString mRequestSocketPath;
|
||||
QString mEventSocketPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue