Add all documented scaling modes to config parser

Note that not all scaling modes are actually supported by swaybg yet.
This commit is contained in:
Drew DeVault 2015-11-19 18:55:58 -05:00
parent 5728307520
commit 35fd139105

View file

@ -81,7 +81,9 @@ static struct modifier_key {
static char *bg_options[] = { static char *bg_options[] = {
"stretch", "stretch",
"center" "center",
"fill",
"tile"
}; };
enum expected_args { enum expected_args {