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/commands.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 75c6c1e5..5ce714e6 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -50,8 +50,12 @@ static const struct cmd_handler handlers[] = { { "bindswitch", cmd_bindswitch }, { "bindsym", cmd_bindsym }, { "blur", cmd_blur }, + { "blur_brightness", cmd_blur_brightness }, + { "blur_contrast", cmd_blur_contrast }, + { "blur_noise", cmd_blur_noise }, { "blur_passes", cmd_blur_passes }, { "blur_radius", cmd_blur_radius }, + { "blur_saturation", cmd_blur_saturation }, { "blur_xray", cmd_blur_xray }, { "client.background", cmd_client_noop }, { "client.focused", cmd_client_focused }, -- cgit v1.2.3