all repos — fluxbox @ 3203526c22f6d65f9aeee21d12d6ec0616265d71

custom fork of the fluxbox windowmanager

Fixed sync with xserver when changing workspace
fluxgen fluxgen
commit

3203526c22f6d65f9aeee21d12d6ec0616265d71

parent

69a4f16e5fba81f4124937758a86f0d3d7a02463

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

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

@@ -671,10 +671,10 @@ toolbar->redrawWorkspaceLabel(True);

current_workspace->showAll(); - if (resource.focus_last && current_workspace->getLastFocusedWindow()) { - XSync(fluxbox->getXDisplay(), False); + if (resource.focus_last && current_workspace->getLastFocusedWindow()) current_workspace->getLastFocusedWindow()->setInputFocus(); - } + + XSync(fluxbox->getXDisplay(), True); } updateNetizenCurrentWorkspace();