all repos — openbox @ 4b9556c03174d2c58492531f06eaf3718668162b

openbox fork - make it a bit more like ryudo

use the unfocused label when not focused
Dana Jansens danakj@orodu.net
commit

4b9556c03174d2c58492531f06eaf3718668162b

parent

e659f95516867e2082aa171e818b372624bc5ebf

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

jump to
M engines/openbox/openbox.cengines/openbox/openbox.c

@@ -764,7 +764,7 @@

if (self->label_x < 0) return; a = (self->frame.client->focused ? - self->a_focused_label : self->a_focused_label); + self->a_focused_label : self->a_unfocused_label); /* set the texture's text! */ a->texture[0].data.text.string = self->frame.client->title;