Introduce create_output command (for developer use)

Should help with testing hotplugging.
This commit is contained in:
Ryan Dwyer 2018-09-19 21:54:27 +10:00
parent cdce604d8e
commit db28459634
4 changed files with 42 additions and 0 deletions

View file

@ -103,6 +103,7 @@ sway_cmd cmd_client_urgent;
sway_cmd cmd_client_placeholder;
sway_cmd cmd_client_background;
sway_cmd cmd_commands;
sway_cmd cmd_create_output;
sway_cmd cmd_debuglog;
sway_cmd cmd_default_border;
sway_cmd cmd_default_floating_border;