swaybg: implement scaling mode "fit"

This commit is contained in:
Christoph Gysin 2015-11-25 22:26:21 +02:00
parent 8630bc3752
commit be3fae148b
3 changed files with 25 additions and 1 deletions

View file

@ -85,6 +85,7 @@ static char *bg_options[] = {
"stretch",
"center",
"fill",
"fit",
"tile"
};