From 5ef36c44ac666a6fcf500a05562e0b9d0ffb09f4 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Sat, 29 Apr 2023 15:57:26 +0200 Subject: [PATCH] remove an older workaround --- pyprland/plugins/workspaces_follow_focus.py | 1 - 1 file changed, 1 deletion(-) 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):