commit 35fd1391051965efdec43b1f61b9d3556acd9818
parent 5728307520fe80b34067cf4d312409548d4a0a10
Author: Drew DeVault <sir@cmpwn.com>
Date: Thu, 19 Nov 2015 18:55:58 -0500
Add all documented scaling modes to config parser
Note that not all scaling modes are actually supported by swaybg yet.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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 {