diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 }, |