From 44a2cff3b309f181848b535857b80e2e4e7891e1 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Mon, 9 Oct 2023 22:05:05 +0100 Subject: ext-action-binder-v1: implement new protocol and add a new command to trigger actions. Signed-off-by: Anna (navi) Figueiredo Gomes --- sway/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index d937e425..b24d8fbc 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -1,4 +1,5 @@ sway_sources = files( + 'action-binder-v1.c', 'commands.c', 'config.c', 'criteria.c', @@ -41,6 +42,7 @@ sway_sources = files( 'config/seat.c', 'config/input.c', + 'commands/action.c', 'commands/assign.c', 'commands/bar.c', 'commands/bind.c', -- cgit v1.2.3