mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
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:
parent
5728307520
commit
35fd139105
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user