diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-06 12:10:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 12:10:24 -0500 |
commit | ab36a5a4d73ddb026c9b1d416c1e7388d63958ea (patch) | |
tree | 01f75e94a5e4a2210c01c11b90225492344b624c /sway/commands.c | |
parent | a89d1333f1de52e788ccab8899ce79ede5d3192e (diff) | |
parent | 9aeda824779d3174db01b6445fa349def031a035 (diff) |
Merge pull request #1501 from emersion/command-include
Add include 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 17638129..05a66a7f 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = { { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "exit", cmd_exit }, + { "include", cmd_include }, }; static int handler_compare(const void *_a, const void *_b) { |