all repos — openbox @ 1f5dd220e735a0a9c0532ff8aa8b361d3327b0f2

openbox fork - make it a bit more like ryudo

watch for sticky windows when mapping, let them show.
Dana Jansens danakj@orodu.net
commit

1f5dd220e735a0a9c0532ff8aa8b361d3327b0f2

parent

18f704edd0938355622049d853c1ce3cdfaee168

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

jump to
M src/Window.ccsrc/Window.cc

@@ -2736,7 +2736,8 @@ /*

Even though the window wants to be shown, if it is not on the current workspace, then it isn't going to be shown right now. */ - if (blackbox_attrib.workspace != screen->getCurrentWorkspaceID() && + if (! flags.stuck && + blackbox_attrib.workspace != screen->getCurrentWorkspaceID() && blackbox_attrib.workspace < screen->getWorkspaceCount()) if (current_state == NormalState) current_state = WithdrawnState;