From cbfb7af7fd4728f993124e81f8666a2e8cee6085 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:24:48 +0200 Subject: Add kawase blur (#120) Co-authored-by: Erik Reider Co-authored-by: Will McKinnon --- 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 fbe17039..8e2d8f89 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -49,6 +49,10 @@ static const struct cmd_handler handlers[] = { { "bindgesture", cmd_bindgesture }, { "bindswitch", cmd_bindswitch }, { "bindsym", cmd_bindsym }, + { "blur", cmd_blur }, + { "blur_passes", cmd_blur_passes }, + { "blur_radius", cmd_blur_radius }, + { "blur_xray", cmd_blur_xray }, { "client.background", cmd_client_noop }, { "client.focused", cmd_client_focused }, { "client.focused_inactive", cmd_client_focused_inactive }, -- cgit v1.2.3