all repos — openbox @ 8008638ed647dc8f2f3efac476bb6466b456f4ed

openbox fork - make it a bit more like ryudo

when cancelling return the first desktop
Dana Jansens danakj@orodu.net
commit

8008638ed647dc8f2f3efac476bb6466b456f4ed

parent

e7ae71db7008c2418090608e9860da024f1c1464

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

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

@@ -708,7 +708,7 @@ first = TRUE;

popup_cycle(0, FALSE); - return d = screen_desktop; + return d; } void screen_update_layout()