diff options
author | Andri Yngvason <andri@yngvason.is> | 2022-09-29 23:18:39 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-10-07 19:17:39 +0200 |
commit | b00b05f792c4b5095d5aa08547e1502a24785e20 (patch) | |
tree | 089b54be41403a17f07bdeddc17be8346f5e63f4 /sway/commands/output.c | |
parent | 04f8a655e7cf555ddf068756916346b8246395d1 (diff) |
sway/commands/output: Add command for unplugging non-physical outputs
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r-- | sway/commands/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/output.c b/sway/commands/output.c index c102344d..df32c673 100644 --- a/sway/commands/output.c +++ b/sway/commands/output.c @@ -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) { |