oops, missing a data.
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
scripts/focus.py
→
scripts/focus.py
@@ -66,7 +66,7 @@ break
def _newwindow(data): # make sure its not already in the list - win = client.window() + win = data.client.window() for i in range(len(_clients)): if _clients[i].window() == win: return