don't send stuck windows to other workspaces
This commit is contained in:
parent
97048f8900
commit
0d6edbdd38
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ void BScreen::sendToWorkspace(unsigned int id, FluxboxWindow *win, bool changeWS
|
|||
if (!win)
|
||||
win = FocusControl::focusedFbWindow();
|
||||
|
||||
if (!win || &win->screen() != this)
|
||||
if (!win || &win->screen() != this || win->isStuck())
|
||||
return;
|
||||
|
||||
FbTk::App::instance()->sync(false);
|
||||
|
|
Loading…
Reference in a new issue