diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/focus.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index 3bbf600f..dbaf4bc4 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -48,10 +48,9 @@ def _remove(client): raise ValueError("_remove(x): x not in _clients list.") def _focused(data): - global _clients + global _clients, _skip if _skip: - global _skip _skip -= 1 return |
