all repos — openbox @ 4669203fd8f7dc2ac4aef40ba1a2ce4be404b00b

openbox fork - make it a bit more like ryudo

always show the client on desktop change, only use donthide to not hide it
Dana Jansens danakj@orodu.net
commit

4669203fd8f7dc2ac4aef40ba1a2ce4be404b00b

parent

8923bd7026755ecc35898c5573fa9c6670a8c56b

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

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

@@ -3260,7 +3260,8 @@ /* the frame can display the current desktop state */

frame_adjust_state(self->frame); /* 'move' the window to the new desktop */ if (!donthide) - client_showhide(self); + client_hide(self); + client_show(self); /* raise if it was not already on the desktop */ if (old != DESKTOP_ALL && !dontraise) stacking_raise(CLIENT_AS_WINDOW(self));