Fix shadow_offset position (#263)

This commit is contained in:
famfo 2024-01-05 11:43:07 +00:00 committed by GitHub
parent 303b7dfb69
commit f0ecffe593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 },