summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorozwaldorf <[email protected]>2024-01-03 12:38:44 -0500
committerGitHub <[email protected]>2024-01-03 12:38:44 -0500
commit04b657b58cf54ac611f73723ec44f51feba16b15 (patch)
treee8c310f8957ded3304503dc1d908b8a233bbae20 /sway/commands.c
parent1c5c60d9280eb0b13d9884366bdeaf3748b04308 (diff)
feat: blur tweaks (#258)
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c4
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 },