diff options
author | emersion <[email protected]> | 2017-12-05 18:47:57 +0100 |
---|---|---|
committer | emersion <[email protected]> | 2017-12-05 18:47:57 +0100 |
commit | 9aeda824779d3174db01b6445fa349def031a035 (patch) | |
tree | caecd019325df3cef2aa7f4370adce504cac2388 /sway/commands.c | |
parent | 3fe64482bb269a3dcceeaf1107b9d59dc60eb8d0 (diff) |
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) { |