summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 803d9a21..38557b62 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -186,7 +186,7 @@ static bool cmd_exit(struct sway_config *config, int argc, char **argv) {
186 } 186 }
187 // Close all views 187 // Close all views
188 container_map(&root_container, kill_views, NULL); 188 container_map(&root_container, kill_views, NULL);
189 exit(0); 189 wlc_terminate();
190 return true; 190 return true;
191} 191}
192 192