all repos — openbox @ 3fa43bafc31d29eb7fe93c7808a6e1d884f4a64e

openbox fork - make it a bit more like ryudo

titlebar focus in the background of the popuplist
Dana Jansens danakj@orodu.net
commit

3fa43bafc31d29eb7fe93c7808a6e1d884f4a64e

parent

5e24320bca4a0e9af721096f0bfa68ee08969bf0

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

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

@@ -162,7 +162,7 @@ style = ob.openbox.screen(data.screen).style()

_list_widget = otk.Widget(ob.openbox, style, otk.Widget.Vertical, 0, style.bevelWidth(), 1) - t = style.labelFocusBackground() + t = style.titlebarFocusBackground() _list_widget.setTexture(t) titles = []