mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-08 16:11:57 -07:00
@@ -89,7 +89,6 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
std::cout << "Welcome to Hyprland!\n";
|
||||
Init::gainRealTime();
|
||||
|
||||
// let's init the compositor.
|
||||
// it initializes basic Wayland stuff in the constructor.
|
||||
@@ -98,6 +97,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
g_pCompositor->initServer();
|
||||
|
||||
Init::gainRealTime();
|
||||
|
||||
Debug::log(LOG, "Hyprland init finished.");
|
||||
|
||||
// If all's good to go, start.
|
||||
|
Reference in New Issue
Block a user