Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ipc shutdown event #2652

Merged
merged 1 commit into from
Jan 22, 2017
Merged

Conversation

acrisci
Copy link
Member

@acrisci acrisci commented Jan 22, 2017

This event is triggered when the connection to the ipc is about to
shutdown because of a user action such as with a restart or exit
command. The change field indicates why the ipc is shutting down. It
can be either "restart" or "exit".

fixes #2318

@acrisci acrisci changed the title Add the ipc shutdown event [wip] Add the ipc shutdown event Jan 22, 2017
@acrisci acrisci force-pushed the feature/ipc-shutdown-event branch 4 times, most recently from 85dee2b to c508a6d Compare January 22, 2017 20:34
@acrisci acrisci changed the title [wip] Add the ipc shutdown event Add the ipc shutdown event Jan 22, 2017
This event is triggered when the connection to the ipc is about to
shutdown because of a user action such as with a `restart` or `exit`
command. The `change` field indicates why the ipc is shutting down. It
can be either "restart" or "exit".

fixes i3#2318
@stapelberg stapelberg merged commit 04dcf42 into i3:next Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement an ipc-shutdown event
3 participants