diff options
author | William McKinnon <[email protected]> | 2023-01-18 01:49:26 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-18 01:49:26 -0500 |
commit | 588ea8e290a61a8a98e72617fd679689891e2e39 (patch) | |
tree | 128bf22c2f419c793e1a6b84ee03c91af4253629 /include/sway/commands.h | |
parent | 1baba77c74302b8c1f212e851f194deae0fae46b (diff) |
feat: Add box shadows (#64)
Co-authored-by: Erik Reider <[email protected]>
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 98b232e1..256b3506 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -178,6 +178,9 @@ sway_cmd cmd_scratchpad; sway_cmd cmd_seamless_mouse; sway_cmd cmd_set; sway_cmd cmd_shortcuts_inhibitor; +sway_cmd cmd_shadow_blur_radius; +sway_cmd cmd_shadow_color; +sway_cmd cmd_shadows; sway_cmd cmd_show_marks; sway_cmd cmd_smart_borders; sway_cmd cmd_smart_gaps; |