From ed2e553b8d0dff3e74eeaa80a2586458271b2565 Mon Sep 17 00:00:00 2001 From: Moelf Date: Fri, 10 May 2019 23:57:53 -0700 Subject: Implement output toggle discussed in #4136, this can't handle wildcard but won't crash. --- sway/commands/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands/output.c') diff --git a/sway/commands/output.c b/sway/commands/output.c index 6b9eafdb..3903f10d 100644 --- a/sway/commands/output.c +++ b/sway/commands/output.c @@ -19,6 +19,7 @@ static struct cmd_handler output_handlers[] = { { "resolution", output_cmd_mode }, { "scale", output_cmd_scale }, { "subpixel", output_cmd_subpixel }, + { "toggle", output_cmd_toggle }, { "transform", output_cmd_transform }, }; -- cgit v1.2.3