From 35fd1391051965efdec43b1f61b9d3556acd9818 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Nov 2015 18:55:58 -0500 Subject: [PATCH] Add all documented scaling modes to config parser Note that not all scaling modes are actually supported by swaybg yet. --- sway/commands.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sway/commands.c b/sway/commands.c index ea50b528c..173f0f531 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 {