all repos — openbox @ de85e4f1d96c911c7c9dc7c2a9b514b13b028aec

openbox fork - make it a bit more like ryudo

put stuff in the right place in alttab list mode when there is only 1 window in it
Dana Jansens danakj@orodu.net
commit

de85e4f1d96c911c7c9dc7c2a9b514b13b028aec

parent

d81339c9cf6592fc86dc05428ee6e70ac573afe5

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

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

@@ -455,7 +455,7 @@ h += ob_rr_theme->up_arrow_mask->height + OUTSIDE_BORDER

+ ob_rr_theme->down_arrow_mask->height + OUTSIDE_BORDER; /* center the icons if there is less than one row */ - if (icon_rows == 1) + if (p->mode == OB_FOCUS_CYCLE_POPUP_MODE_ICONS && icon_rows == 1) icons_center_x = (w - p->n_targets * HILITE_SIZE) / 2; else icons_center_x = 0;