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

@ -35,6 +35,7 @@ sway_sources = files(
'commands/bind.c',
'commands/border.c',
'commands/client.c',
'commands/create_output.c',
'commands/default_border.c',
'commands/default_floating_border.c',
'commands/default_orientation.c',