From f0ecffe593574593ec99c104fa12e4bfd593b0f2 Mon Sep 17 00:00:00 2001 From: famfo Date: Fri, 5 Jan 2024 11:43:07 +0000 Subject: [PATCH] Fix shadow_offset position (#263) --- sway/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/commands.c b/sway/commands.c index 5ce714e6..8b326547 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -100,8 +100,8 @@ static const struct cmd_handler handlers[] = { { "set", cmd_set }, { "shadow_blur_radius", cmd_shadow_blur_radius }, { "shadow_color", cmd_shadow_color }, - { "shadow_offset", cmd_shadow_offset }, { "shadow_inactive_color", cmd_shadow_inactive_color }, + { "shadow_offset", cmd_shadow_offset }, { "shadows", cmd_shadows }, { "shadows_on_csd", cmd_shadows_on_csd }, { "show_marks", cmd_show_marks },