mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:45:58 +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() {
|
void CEventManager::startThread() {
|
||||||
|
return;
|
||||||
std::thread([&]() {
|
std::thread([&]() {
|
||||||
const auto SOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
|
const auto SOCKET = socket(AF_UNIX, SOCK_STREAM, 0);
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,10 @@ void CThreadManager::handle() {
|
||||||
|
|
||||||
g_pConfigManager->init();
|
g_pConfigManager->init();
|
||||||
|
|
||||||
|
g_pConfigManager->tick();
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
HyprCtl::startHyprCtlSocket();
|
HyprCtl::startHyprCtlSocket();
|
||||||
|
|
||||||
while (3.1415f) {
|
while (3.1415f) {
|
||||||
|
|
Loading…
Reference in a new issue