diff options
author | Aylur <[email protected]> | 2025-02-01 13:07:04 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2025-02-01 13:07:04 +0100 |
commit | 24430c67a68d35f6a26a86debb12d534fc1cb7c4 (patch) | |
tree | c28dd4564522d2b9dee8f9af5e5e05dc7a1ef779 /lib | |
parent | cb1578a7917339a9df9fa87773a739a0249501e2 (diff) | |
parent | 9e08e69daf438e58fc48a6f4eb7069d2d96975dd (diff) |
Merge pull request #270 from Dr0med4r/focused_workspace
fix(hyprland): focused_workspace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hyprland/hyprland.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hyprland/hyprland.vala b/lib/hyprland/hyprland.vala index 70b5a25..0553d71 100644 --- a/lib/hyprland/hyprland.vala +++ b/lib/hyprland/hyprland.vala @@ -376,6 +376,8 @@ public class Hyprland : Object { case "moveworkspacev2": yield sync_workspaces(); yield sync_monitors(); + focused_workspace = get_workspace(int.parse(args[1])); + notify_property("workspaces"); break; case "renameworkspace": |