all repos — openbox @ b596a52fad05018d44468b58b464580a32ba354a

openbox fork - make it a bit more like ryudo

does the popup look better with centered text?
Dana Jansens danakj@orodu.net
commit

b596a52fad05018d44468b58b464580a32ba354a

parent

05d93485b731d304034f6749693ec6b74b210b3d

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

jump to
M openbox/focus_cycle_popup.copenbox/focus_cycle_popup.c

@@ -429,6 +429,7 @@ }

} /* draw the text */ + p->a_text->texture[0].data.text.justify = RR_JUSTIFY_CENTER; p->a_text->texture[0].data.text.string = newtarget->text; p->a_text->surface.parentx = textx; p->a_text->surface.parenty = texty;