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 --- sway/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index ced7419c..c7b9d6e6 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -198,6 +198,7 @@ sway_sources = files( 'commands/output/subpixel.c', 'commands/output/toggle.c', 'commands/output/transform.c', + 'commands/output/unplug.c', 'tree/arrange.c', 'tree/container.c', -- cgit v1.2.3-54-g00ecf