aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index ea50b528..173f0f53 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -81,7 +81,9 @@ static struct modifier_key {
81 81
82static char *bg_options[] = { 82static char *bg_options[] = {
83 "stretch", 83 "stretch",
84 "center" 84 "center",
85 "fill",
86 "tile"
85}; 87};
86 88
87enum expected_args { 89enum expected_args {