mirror of
https://github.com/swaywm/sway.git
synced 2026-04-05 07:15:41 -04:00
sway/commands/output: Add command for unplugging non-physical outputs
This commit is contained in:
parent
04f8a655e7
commit
b00b05f792
4 changed files with 57 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ static const struct cmd_handler output_handlers[] = {
|
|||
{ "subpixel", output_cmd_subpixel },
|
||||
{ "toggle", output_cmd_toggle },
|
||||
{ "transform", output_cmd_transform },
|
||||
{ "unplug", output_cmd_unplug },
|
||||
};
|
||||
|
||||
struct cmd_results *cmd_output(int argc, char **argv) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue