all repos — fluxbox @ 9545871f7a0d44edf400715cd8cdd21d78f36884

custom fork of the fluxbox windowmanager

minor fix for alt-tab
fluxgen fluxgen
commit

9545871f7a0d44edf400715cd8cdd21d78f36884

parent

8de73d0fd4fde6e6f5349831304fb9a268af8d70

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

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

@@ -123,7 +123,11 @@ if (it == it_end)

continue; fbwin = (*it)->fbwindow(); - if (!fbwin) + // make sure the window is on the same workspace, + // unless its sticky, which is ok + if (!fbwin || + ( fbwin->workspaceNumber() != m_screen.currentWorkspaceID() && + ! fbwin->isStuck())) continue; // keep track of the originally selected window in a group