all repos — openbox @ 774b32f14ed63ee5da4613ba6c1399c54972614d

openbox fork - make it a bit more like ryudo

little thing
Dana Jansens danakj@orodu.net
commit

774b32f14ed63ee5da4613ba6c1399c54972614d

parent

c538ebf42282e904bc623adb219beb9bdf8408b4

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

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

@@ -2060,6 +2060,9 @@ if (screen_num_desktops < 2) return;

client_action_start(data); + if (screen_desktop == screen_num_desktops - 1) + data->addremovedesktop.current = FALSE; + /* move all the clients over */ if (data->addremovedesktop.current) { GList *it, *stacking_copy;