diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-10-09 22:05:05 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-01 21:44:52 +0100 |
commit | 44a2cff3b309f181848b535857b80e2e4e7891e1 (patch) | |
tree | 4bf19210814e8b6957f620a6f8a78c2df163082a /sway/meson.build | |
parent | 5e18ed3cf03eee9e83909fede46dd98dff652647 (diff) |
ext-action-binder-v1: implement new protocol
and add a new command to trigger actions.
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
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', |