aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
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 /include/sway/commands.h
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 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index e51b12fd..226cf932 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -103,6 +103,7 @@ sway_cmd cmd_client_urgent;
103sway_cmd cmd_client_placeholder; 103sway_cmd cmd_client_placeholder;
104sway_cmd cmd_client_background; 104sway_cmd cmd_client_background;
105sway_cmd cmd_commands; 105sway_cmd cmd_commands;
106sway_cmd cmd_create_output;
106sway_cmd cmd_debuglog; 107sway_cmd cmd_debuglog;
107sway_cmd cmd_default_border; 108sway_cmd cmd_default_border;
108sway_cmd cmd_default_floating_border; 109sway_cmd cmd_default_floating_border;