Skip to content

Commit 24430c6

Browse files
authored
Merge pull request #270 from Dr0med4r/focused_workspace
fix(hyprland): focused_workspace
2 parents cb1578a + 9e08e69 commit 24430c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/hyprland/hyprland.vala

+2
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ public class Hyprland : Object {
376376
case "moveworkspacev2":
377377
yield sync_workspaces();
378378
yield sync_monitors();
379+
focused_workspace = get_workspace(int.parse(args[1]));
380+
notify_property("workspaces");
379381
break;
380382

381383
case "renameworkspace":

0 commit comments

Comments
 (0)