]> Dogcows Code - chaz/openbox/blobdiff - scripts/focus.py
free the colors on shutdown
[chaz/openbox] / scripts / focus.py
index de426c720a2484d05d869242bedd7e88fcaabc33..dbaf4bc444b87f293c9bb2268297f99c4c81bb83 100644 (file)
@@ -48,15 +48,13 @@ 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
 
     if data.client:
-        print data.client.window()
         # move it to the top
         try:
             _remove(data.client)
This page took 0.022701 seconds and 4 git commands to generate.