env: add HYPRLAND_NO_RT
This commit is contained in:
parent
a903dba858
commit
483302a2cd
2 changed files with 6 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ int main(int argc, char** argv) {
|
|||
|
||||
g_pCompositor->initServer();
|
||||
|
||||
Init::gainRealTime();
|
||||
if (!getenv("HYPRLAND_NO_RT") || configStringToInt(std::string(getenv("HYPRLAND_NO_RT"))) == 0)
|
||||
Init::gainRealTime();
|
||||
|
||||
Debug::log(LOG, "Hyprland init finished.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue