From a7f7d4a488c8d3b2461122765f9904c8a411a583 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Thu, 2 Aug 2018 21:37:29 -0400 Subject: Write to swaynag pipe fd directly on config errors --- 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 a9503c3b..17406f6b 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -9,6 +9,7 @@ sway_sources = files( 'ipc-server.c', 'scratchpad.c', 'security.c', + 'swaynag.c', 'desktop/desktop.c', 'desktop/idle_inhibit_v1.c', @@ -78,6 +79,7 @@ sway_sources = files( 'commands/split.c', 'commands/sticky.c', 'commands/swaybg_command.c', + 'commands/swaynag_command.c', 'commands/swap.c', 'commands/title_format.c', 'commands/unmark.c', -- cgit v1.2.3-54-g00ecf