aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-05 18:47:57 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-05 18:47:57 +0100
commit9aeda824779d3174db01b6445fa349def031a035 (patch)
treecaecd019325df3cef2aa7f4370adce504cac2388 /sway/commands.c
parentMerge pull request #1498 from emersion/config (diff)
downloadsway-9aeda824779d3174db01b6445fa349def031a035.tar.gz
sway-9aeda824779d3174db01b6445fa349def031a035.tar.zst
sway-9aeda824779d3174db01b6445fa349def031a035.zip
Add include 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 17638129..05a66a7f 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -95,6 +95,7 @@ static struct cmd_handler handlers[] = {
95 { "exec", cmd_exec }, 95 { "exec", cmd_exec },
96 { "exec_always", cmd_exec_always }, 96 { "exec_always", cmd_exec_always },
97 { "exit", cmd_exit }, 97 { "exit", cmd_exit },
98 { "include", cmd_include },
98}; 99};
99 100
100static int handler_compare(const void *_a, const void *_b) { 101static int handler_compare(const void *_a, const void *_b) {