all repos — openbox @ 84dfca1c30727bc5916903d1f9e1683e9b43f891

openbox fork - make it a bit more like ryudo

remove debug prints
Dana Jansens danakj@orodu.net
commit

84dfca1c30727bc5916903d1f9e1683e9b43f891

parent

51a41b9b765dbcf76ec09324f533d8c8edd46e37

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

jump to
M scripts/stackedcycle.pyscripts/stackedcycle.py

@@ -76,7 +76,6 @@ self.menupos = -1

# get the list of clients self.clients = [] - print focus._clients for i in focus._clients: c = ob.openbox.findClient(i) if c: self.clients.append(c)

@@ -97,7 +96,6 @@ continue

w = otk.FocusLabel(self.widget) if current and c.window() == current.window(): - print "found " + str(i) self.menupos = i w.focus() else: