all repos — openbox @ cc050a4ec8b893c4f9958f83bd27dfae5132e77d

openbox fork - make it a bit more like ryudo

oops, missing a data.
Dana Jansens danakj@orodu.net
commit

cc050a4ec8b893c4f9958f83bd27dfae5132e77d

parent

7d66a2a42b97938a4c4d925abf0ec0d3d4976d95

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/focus.pyscripts/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