all repos — openbox @ b001e857fcc93ef8ed462874183a601aba57d692

openbox fork - make it a bit more like ryudo

watch for when theres no clients and avoid exceptions, just don't do shit all
Dana Jansens danakj@orodu.net
commit

b001e857fcc93ef8ed462874183a601aba57d692

parent

77ba370207752fea0fdb2ae88e49740af27fc2a6

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

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

@@ -192,6 +192,8 @@ # to go away, which means we don't get enter notifies when the

# popup disappears, screwing up the focus ob.mgrab(self.screen.number()) + if not len(self.clients): return # don't both doing anything + self.menuwidgets[self.menupos].unfocus() if forward: self.menupos += 1