From 04b657b58cf54ac611f73723ec44f51feba16b15 Mon Sep 17 00:00:00 2001 From: ozwaldorf Date: Wed, 3 Jan 2024 12:38:44 -0500 Subject: feat: blur tweaks (#258) --- sway/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sway/meson.build') diff --git a/sway/meson.build b/sway/meson.build index 099f2b52..f0f26346 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -53,9 +53,13 @@ sway_sources = files( 'commands/bar.c', 'commands/bind.c', 'commands/blur.c', + 'commands/blur_brightness.c', + 'commands/blur_contrast.c', 'commands/blur_passes.c', 'commands/blur_radius.c', 'commands/blur_xray.c', + 'commands/blur_noise.c', + 'commands/blur_saturation.c', 'commands/border.c', 'commands/client.c', 'commands/corner_radius.c', -- cgit v1.2.3