Add all documented scaling modes to config parser

Note that not all scaling modes are actually supported by swaybg yet.
master
Drew DeVault 9 years ago
parent 5728307520
commit 35fd139105

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

Loading…
Cancel
Save