]> Dogcows Code - chaz/openbox/blobdiff - scripts/focus.py
free the colors on shutdown
[chaz/openbox] / scripts / focus.py
index 3bbf600fed1a9dcb6f0fa9eeb23a67c30ea89439..dbaf4bc444b87f293c9bb2268297f99c4c81bb83 100644 (file)
@@ -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
 
This page took 0.02055 seconds and 4 git commands to generate.