summaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorfamfo <[email protected]>2023-02-15 01:19:02 +0000
committerGitHub <[email protected]>2023-02-14 20:19:02 -0500
commit9f20a5263814f325035d3569768060e04c7dcb96 (patch)
treefc95512b91dd6f4cde541495ea8bea442ad8c041 /sway/commands.c
parente78fc3364b0440ff82becbec4ae57458374a145f (diff)
Implement for_window support for dim_inactive (#109)
* Implement for_window support for dim_inactive * Update file names, add check if the container is null, add docs * Fix typo * Update meson.build * Update commands.c * Update render.c * Update container.c * Update render.c * Update container.h
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 79dca98b..f7312dc7 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -58,6 +58,7 @@ static const struct cmd_handler handlers[] = {
{ "client.urgent", cmd_client_urgent },
{ "corner_radius", cmd_corner_radius },
{ "default_border", cmd_default_border },
+ { "default_dim_inactive", cmd_default_dim_inactive },
{ "default_floating_border", cmd_default_floating_border },
{ "dim_inactive", cmd_dim_inactive },
{ "dim_inactive_colors.unfocused", cmd_dim_inactive_colors_unfocused },