fix(window): pick only con title

This commit is contained in:
Alexis
2018-08-19 20:37:33 +02:00
parent 969c1ceedd
commit 8ce33e0c64
9 changed files with 16 additions and 9 deletions

View File

@ -20,7 +20,7 @@ waybar::modules::sway::Workspaces::Workspaces(Bar &bar, Json::Value config)
} else if (!workspaces_.empty()) {
ipcRecvResponse(ipc_eventfd_);
}
thread_.sig_update.emit();
thread_.emit();
} catch (const std::exception& e) {
std::cerr << e.what() << std::endl;
}