summaryrefslogtreecommitdiff
path: root/sway/commands/shadows.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/shadows.c')
-rw-r--r--sway/commands/shadows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/shadows.c b/sway/commands/shadows.c
index 2b57b2e6..ae7fc019 100644
--- a/sway/commands/shadows.c
+++ b/sway/commands/shadows.c
@@ -17,7 +17,7 @@ struct cmd_results *cmd_shadows(int argc, char **argv) {
struct sway_container *con = config->handler_context.container;
- bool result = parse_boolean(argv[0], config->shadow_enabled);
+ bool result = parse_boolean(argv[0], true);
if (con == NULL) {
config->shadow_enabled = result;
} else {