Skip to content

Commit f592793

Browse files
committed
hyprland/ipc: fix focusedWorkspaceChanged connection
1 parent f7597cd commit f592793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wayland/hyprland/ipc/qml.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ HyprlandIpcQml::HyprlandIpcQml() {
2424

2525
QObject::connect(
2626
instance,
27-
&HyprlandIpc::focusedMonitorChanged,
27+
&HyprlandIpc::focusedWorkspaceChanged,
2828
this,
29-
&HyprlandIpcQml::focusedMonitorChanged
29+
&HyprlandIpcQml::focusedWorkspaceChanged
3030
);
3131

3232
QObject::connect(

0 commit comments

Comments
 (0)