aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/opacity.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/opacity.c')
-rw-r--r--sway/commands/opacity.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/opacity.c b/sway/commands/opacity.c
index 1c44a646..610cecc6 100644
--- a/sway/commands/opacity.c
+++ b/sway/commands/opacity.c
@@ -37,5 +37,7 @@ struct cmd_results *cmd_opacity(int argc, char **argv) {
}
con->alpha = val;
+ container_update(con);
+
return cmd_results_new(CMD_SUCCESS, NULL);
}