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 --- include/sway/commands.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/sway/commands.h') diff --git a/include/sway/commands.h b/include/sway/commands.h index 91b1fc58..b895d5f2 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -109,6 +109,10 @@ sway_cmd cmd_bindcode; sway_cmd cmd_bindgesture; sway_cmd cmd_bindswitch; sway_cmd cmd_bindsym; +sway_cmd cmd_blur; +sway_cmd cmd_blur_passes; +sway_cmd cmd_blur_radius; +sway_cmd cmd_blur_xray; sway_cmd cmd_border; sway_cmd cmd_client_noop; sway_cmd cmd_client_focused; -- cgit v1.2.3