diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-29 16:16:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 16:16:23 -0500 |
commit | 38903e580166b1fd4b55daa0c8b60d40f805f31c (patch) | |
tree | d74612bada10c8300d8c7f9ccdc16e57280cb03b /sway/commands.c | |
parent | 0c58673c6a108ba241419a0f1d5fecd47f22370e (diff) | |
parent | 6259831d3168898a3f1560fb832106d194b582b4 (diff) | |
download | sway-38903e580166b1fd4b55daa0c8b60d40f805f31c.tar.xz |
Merge pull request #1555 from martinetd/cmd_reload
commands: add 'reload' command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index a77ff791..d4262c08 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -136,6 +136,7 @@ static struct cmd_handler handlers[] = { { "input", cmd_input }, { "kill", cmd_kill }, { "output", cmd_output }, + { "reload", cmd_reload }, { "seat", cmd_seat }, { "set", cmd_set }, }; |