mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Introduce create_output command (for developer use)
Should help with testing hotplugging.
This commit is contained in:
parent
cdce604d8e
commit
db28459634
4 changed files with 42 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ static struct cmd_handler config_handlers[] = {
|
|||
/* Runtime-only commands. Keep alphabetized */
|
||||
static struct cmd_handler command_handlers[] = {
|
||||
{ "border", cmd_border },
|
||||
{ "create_output", cmd_create_output },
|
||||
{ "exit", cmd_exit },
|
||||
{ "floating", cmd_floating },
|
||||
{ "fullscreen", cmd_fullscreen },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue