Fixed sync with xserver when changing workspace
fluxgen fluxgen
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
src/Screen.cc
→
src/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();