mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
add kill command
This commit is contained in:
parent
cc3c713889
commit
c353e01c85
11 changed files with 77 additions and 3 deletions
|
|
@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = {
|
|||
{ "exit", cmd_exit },
|
||||
{ "include", cmd_include },
|
||||
{ "input", cmd_input },
|
||||
{ "kill", cmd_kill },
|
||||
{ "output", cmd_output },
|
||||
{ "seat", cmd_seat },
|
||||
{ "set", cmd_set },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue