diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 807680af..a44a8cc6 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -429,6 +429,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) } /* 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;