all repos — openbox @ 6a35e7c594959ee17392aec76ba074565a63ea57

openbox fork - make it a bit more like ryudo

Bring helper windows when following a window.
Mikael Magnusson mikachu@gmail.com
commit

6a35e7c594959ee17392aec76ba074565a63ea57

parent

1970e3c3a82870f12d3d5fba59262d1df24e5cb2

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

jump to
M openbox/actions/desktop.copenbox/actions/desktop.c

@@ -144,7 +144,12 @@ client_set_desktop(data->client, d, o->follow, FALSE);

go = o->follow; } - if (go) screen_set_desktop(d, TRUE); + if (go) { + screen_set_desktop(d, TRUE); + if (data->client) + client_bring_helper_windows(data->client); + } + actions_client_move(data, FALSE); } return FALSE;