mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 04:26:00 +01:00
forgot
This commit is contained in:
parent
8e0f047d71
commit
714205994f
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ CEventManager::CEventManager() {
|
|||
}
|
||||
|
||||
void CEventManager::startThread() {
|
||||
return;
|
||||
std::thread([&]() {
|
||||
const auto SOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||
|
||||
|
|
|
@ -20,6 +20,10 @@ void CThreadManager::handle() {
|
|||
|
||||
g_pConfigManager->init();
|
||||
|
||||
g_pConfigManager->tick();
|
||||
|
||||
return;
|
||||
|
||||
HyprCtl::startHyprCtlSocket();
|
||||
|
||||
while (3.1415f) {
|
||||
|
|
Loading…
Reference in a new issue