mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
swaybg: implement scaling mode "fit"
This commit is contained in:
parent
8630bc3752
commit
be3fae148b
3 changed files with 25 additions and 1 deletions
|
|
@ -85,6 +85,7 @@ static char *bg_options[] = {
|
|||
"stretch",
|
||||
"center",
|
||||
"fill",
|
||||
"fit",
|
||||
"tile"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue