mirror of
https://github.com/polybar/polybar.git
synced 2025-02-10 15:46:58 -05:00
Revert "refactor: Dropping XInitThreads();"
This reverts commit d5515ebcb0
.
This commit is contained in:
parent
55c9bf27ba
commit
e62b545d1c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
|||
using namespace lemonbuddy;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
XInitThreads();
|
||||
|
||||
logger& logger{configure_logger<decltype(logger)>(loglevel::WARNING).create<decltype(logger)>()};
|
||||
|
||||
//==================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue