aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 14:10:11 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2018-01-20 14:10:11 -0500
commitc353e01c85049cfbc09510657e453b6aa5fd9c2d (patch)
treec6ef14cfc08861ff8c62675ca1fbbbb00e9197cf /sway/commands.c
parentseat config handler context (diff)
downloadsway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.tar.gz
sway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.tar.zst
sway-c353e01c85049cfbc09510657e453b6aa5fd9c2d.zip
add kill command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 414ef809..28943963 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = {
132 { "exit", cmd_exit }, 132 { "exit", cmd_exit },
133 { "include", cmd_include }, 133 { "include", cmd_include },
134 { "input", cmd_input }, 134 { "input", cmd_input },
135 { "kill", cmd_kill },
135 { "output", cmd_output }, 136 { "output", cmd_output },
136 { "seat", cmd_seat }, 137 { "seat", cmd_seat },
137 { "set", cmd_set }, 138 { "set", cmd_set },