aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-19 21:54:27 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-09-19 21:54:27 +1000
commitdb2845963408dd0d66a3587469c6f26bfa4d9e1f (patch)
tree35826f54035df759914a7c406757a6ef1bf6939a /sway/commands.c
parentMerge pull request #2640 from ianyfan/swaybar (diff)
downloadsway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.tar.gz
sway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.tar.zst
sway-db2845963408dd0d66a3587469c6f26bfa4d9e1f.zip
Introduce create_output command (for developer use)
Should help with testing hotplugging.
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 41e1c653..27a88319 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -143,6 +143,7 @@ static struct cmd_handler config_handlers[] = {
143/* Runtime-only commands. Keep alphabetized */ 143/* Runtime-only commands. Keep alphabetized */
144static struct cmd_handler command_handlers[] = { 144static struct cmd_handler command_handlers[] = {
145 { "border", cmd_border }, 145 { "border", cmd_border },
146 { "create_output", cmd_create_output },
146 { "exit", cmd_exit }, 147 { "exit", cmd_exit },
147 { "floating", cmd_floating }, 148 { "floating", cmd_floating },
148 { "fullscreen", cmd_fullscreen }, 149 { "fullscreen", cmd_fullscreen },