parent
bc51a91043
commit
bd952dcef2
5 changed files with 18 additions and 14 deletions
|
|
@ -102,7 +102,7 @@ int main(int argc, char** argv) {
|
|||
|
||||
g_pCompositor->initServer();
|
||||
|
||||
if (!getenv("HYPRLAND_NO_RT") || configStringToInt(std::string(getenv("HYPRLAND_NO_RT"))) == 0)
|
||||
if (!envEnabled("HYPRLAND_NO_RT"))
|
||||
Init::gainRealTime();
|
||||
|
||||
Debug::log(LOG, "Hyprland init finished.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue