From b00b05f792c4b5095d5aa08547e1502a24785e20 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Thu, 29 Sep 2022 23:18:39 +0000 Subject: sway/commands/output: Add command for unplugging non-physical outputs --- include/sway/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sway/commands.h b/include/sway/commands.h index 013a7b82..07941bb4 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -294,6 +294,7 @@ sway_cmd output_cmd_scale_filter; sway_cmd output_cmd_subpixel; sway_cmd output_cmd_toggle; sway_cmd output_cmd_transform; +sway_cmd output_cmd_unplug; sway_cmd seat_cmd_attach; sway_cmd seat_cmd_cursor; -- cgit v1.2.3-54-g00ecf