Skip to content

Commit

Permalink
feature: swaymsg exit works now (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Aug 11, 2024
1 parent ea8c9db commit 2ce71cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/i3_command_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ void I3CommandExecutor::process(miracle::I3ScopedCommandList const& command_list
case I3CommandType::sticky:
process_sticky(command, command_list);
break;
case I3CommandType::exit:
policy.quit();
break;
default:
break;
}
Expand Down

0 comments on commit 2ce71cc

Please sign in to comment.