We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77c71 commit f90bef2Copy full SHA for f90bef2
src/wayland/hyprland/ipc/workspace.cpp
@@ -151,7 +151,7 @@ void HyprlandWorkspace::clearUrgent() {
151
}
152
153
void HyprlandWorkspace::activate() {
154
- this->ipc->dispatch(QString("workspace %1").arg(this->bId.value()));
+ this->ipc->dispatch(QString("workspace %1").arg(this->bName.value()));
155
156
157
} // namespace qs::hyprland::ipc
src/wayland/hyprland/ipc/workspace.hpp
@@ -54,7 +54,7 @@ class HyprlandWorkspace: public QObject {
54
///
55
/// > [!NOTE] This is equivalent to running
56
/// > ```qml
57
- /// > HyprlandIpc.dispatch(`workspace ${workspace.id}`);
+ /// > HyprlandIpc.dispatch(`workspace ${workspace.name}`);
58
/// > ```
59
Q_INVOKABLE void activate();
60
0 commit comments