diff options
author | ozwaldorf <[email protected]> | 2024-01-03 12:38:44 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-03 12:38:44 -0500 |
commit | 04b657b58cf54ac611f73723ec44f51feba16b15 (patch) | |
tree | e8c310f8957ded3304503dc1d908b8a233bbae20 /sway/meson.build | |
parent | 1c5c60d9280eb0b13d9884366bdeaf3748b04308 (diff) |
feat: blur tweaks (#258)
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
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', |