diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 4 |
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 { static char *bg_options[] = { "stretch", - "center" + "center", + "fill", + "tile" }; enum expected_args { |