diff options
author | Vaxry <[email protected]> | 2022-07-13 18:18:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-13 18:18:23 +0200 |
commit | 6708f3b1334e8b6a966f424fe04713a4e74d5fdb (patch) | |
tree | 3635c6d81e43ce033991fdd4b0f06083f07e86e4 /src/main.cpp | |
parent | ef7ee2fd0f64a1a0a0088b90d3cbaeb6b3436c32 (diff) | |
download | Hyprland-6708f3b1334e8b6a966f424fe04713a4e74d5fdb.tar.gz Hyprland-6708f3b1334e8b6a966f424fe04713a4e74d5fdb.zip |
Fixed TTY switching (#364)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0947f375..3f68fa8f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char** argv) { // If we are here it means we got yote. Debug::log(LOG, "Hyprland reached the end."); - g_pCompositor->cleanupExit(); + g_pCompositor->cleanup(); return EXIT_SUCCESS; } |