summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-29 22:10:33 -0400
committerDrew DeVault <[email protected]>2018-03-29 22:11:08 -0400
commit8efee109ad2ab4861f25e54e9f6d1ceb06203791 (patch)
tree9cd16bb63d16285620dc16a09da5582f211c0a87 /sway/commands.c
parent741424c4e7811c12d8cca28466f89bd61eaf3a75 (diff)
Implement modes
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 38e2f764..bcc777ed 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -100,6 +100,7 @@ static struct cmd_handler handlers[] = {
{ "exec_always", cmd_exec_always },
{ "include", cmd_include },
{ "input", cmd_input },
+ { "mode", cmd_mode },
{ "output", cmd_output },
{ "seat", cmd_seat },
{ "workspace", cmd_workspace },