remove an older workaround
This commit is contained in:
parent
1df3dfb1e8
commit
5ef36c44ac
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ class Extension(Plugin):
|
||||||
if n in busy_workspaces or n == workspace_id:
|
if n in busy_workspaces or n == workspace_id:
|
||||||
continue
|
continue
|
||||||
batch.append(f"moveworkspacetomonitor {n} {monitor_id}")
|
batch.append(f"moveworkspacetomonitor {n} {monitor_id}")
|
||||||
batch.append(f"workspace {workspace_id}")
|
|
||||||
await hyprctl(batch)
|
await hyprctl(batch)
|
||||||
|
|
||||||
async def run_change_workspace(self, direction: str):
|
async def run_change_workspace(self, direction: str):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue