all repos — openbox @ 5f2d2b8f38f2cdf6b0e458573716014a343ca75f

openbox fork - make it a bit more like ryudo

put the directional focus dialog on the active monitor
Dana Jansens danakj@orodu.net
commit

5f2d2b8f38f2cdf6b0e458573716014a343ca75f

parent

5579b28481a54d9df451e40854d86b927a64a2f4

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

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

@@ -505,7 +505,7 @@ dock_windows, desktop_windows);

g_assert(popup.targets == NULL); /* position the popup */ - a = screen_physical_area_monitor(0); + a = screen_physical_area_monitor_active(); icon_popup_position(single_popup, CenterGravity, a->x + a->width / 2, a->y + a->height / 2); icon_popup_height(single_popup, POPUP_HEIGHT);