This commit is contained in:
vaxerski 2022-07-21 18:13:32 +02:00
parent 8e0f047d71
commit 714205994f
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ CEventManager::CEventManager() {
}
void CEventManager::startThread() {
return;
std::thread([&]() {
const auto SOCKET = socket(AF_UNIX, SOCK_STREAM, 0);

View File

@ -20,6 +20,10 @@ void CThreadManager::handle() {
g_pConfigManager->init();
g_pConfigManager->tick();
return;
HyprCtl::startHyprCtlSocket();
while (3.1415f) {