remove an older workaround

This commit is contained in:
fdev31 2023-04-29 15:57:26 +02:00
parent 1df3dfb1e8
commit 5ef36c44ac

View file

@ -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):