diff --git a/pyprland/plugins/workspaces_follow_focus.py b/pyprland/plugins/workspaces_follow_focus.py index a3bf4f3..7022195 100644 --- a/pyprland/plugins/workspaces_follow_focus.py +++ b/pyprland/plugins/workspaces_follow_focus.py @@ -25,7 +25,6 @@ class Extension(Plugin): if n in busy_workspaces or n == workspace_id: continue batch.append(f"moveworkspacetomonitor {n} {monitor_id}") - batch.append(f"workspace {workspace_id}") await hyprctl(batch) async def run_change_workspace(self, direction: str):