From dc8d78881a36da7d10db0002f5fc2af873092975 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Thu, 27 Apr 2023 23:29:19 +0200 Subject: [PATCH] fix typo --- pyprland/plugins/workspaces_follow_focus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyprland/plugins/workspaces_follow_focus.py b/pyprland/plugins/workspaces_follow_focus.py index ed56de2..86a0677 100644 --- a/pyprland/plugins/workspaces_follow_focus.py +++ b/pyprland/plugins/workspaces_follow_focus.py @@ -11,7 +11,7 @@ class Extension(Plugin): async def event_focusedmon(self, screenid_index): monitor_id, workspace_id = screenid_index.split(",") workspace_id = int(workspace_id) - # move every free wokrspace to the currently focused desktop + # move every free workspace to the currently focused desktop busy_workspaces = set( mon["activeWorkspace"]["id"] for mon in await hyprctlJSON("monitors")