aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2022-07-13 18:18:23 +0200
committerGitHub <[email protected]>2022-07-13 18:18:23 +0200
commit6708f3b1334e8b6a966f424fe04713a4e74d5fdb (patch)
tree3635c6d81e43ce033991fdd4b0f06083f07e86e4 /src/main.cpp
parentef7ee2fd0f64a1a0a0088b90d3cbaeb6b3436c32 (diff)
downloadHyprland-6708f3b1334e8b6a966f424fe04713a4e74d5fdb.tar.gz
Hyprland-6708f3b1334e8b6a966f424fe04713a4e74d5fdb.zip
Fixed TTY switching (#364)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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;
}