mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
commands/destroy_output: Add new command
destroy_output does the opposite of create_output, destroying any output by the specified name.
This commit is contained in:
parent
dd063a0ef7
commit
3a00566df9
3 changed files with 46 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ sway_cmd cmd_create_output;
|
|||
sway_cmd cmd_default_border;
|
||||
sway_cmd cmd_default_floating_border;
|
||||
sway_cmd cmd_default_orientation;
|
||||
sway_cmd cmd_destroy_output;
|
||||
sway_cmd cmd_exec;
|
||||
sway_cmd cmd_exec_always;
|
||||
sway_cmd cmd_exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue