summaryrefslogtreecommitdiff
path: root/include/sway/commands.h
diff options
context:
space:
mode:
authoreri <[email protected]>2023-10-23 16:58:47 +0200
committerGitHub <[email protected]>2023-10-23 10:58:47 -0400
commit2d6944dc1481003b4e02e656b2d7a2d4d6db58c6 (patch)
treedd75a83d85b2d2dcc307d8841a1254c748e777b1 /include/sway/commands.h
parentd89c365106b8d58e4a37ad58e9987a7da28c8951 (diff)
feat: add shadow color for inactive windows (#230)
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 920e8596..b4166284 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -192,6 +192,7 @@ sway_cmd cmd_set;
sway_cmd cmd_shortcuts_inhibitor;
sway_cmd cmd_shadow_blur_radius;
sway_cmd cmd_shadow_color;
+sway_cmd cmd_shadow_inactive_color;
sway_cmd cmd_shadows;
sway_cmd cmd_shadows_on_csd;
sway_cmd cmd_show_marks;