aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:10:33 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-29 22:11:08 -0400
commit8efee109ad2ab4861f25e54e9f6d1ceb06203791 (patch)
tree9cd16bb63d16285620dc16a09da5582f211c0a87 /sway/commands.c
parentClean up imported bar commands (diff)
downloadsway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.gz
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.tar.zst
sway-8efee109ad2ab4861f25e54e9f6d1ceb06203791.zip
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[] = {
100 { "exec_always", cmd_exec_always }, 100 { "exec_always", cmd_exec_always },
101 { "include", cmd_include }, 101 { "include", cmd_include },
102 { "input", cmd_input }, 102 { "input", cmd_input },
103 { "mode", cmd_mode },
103 { "output", cmd_output }, 104 { "output", cmd_output },
104 { "seat", cmd_seat }, 105 { "seat", cmd_seat },
105 { "workspace", cmd_workspace }, 106 { "workspace", cmd_workspace },