diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-25 18:58:23 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-25 18:58:23 -0500 |
commit | a713686daa0b80bb7273a220d08ad99bcf1dab72 (patch) | |
tree | eb872cf8e54e08d6ee6205564d8959a11430b9b3 /sway | |
parent | 9fb020d04c487904ef3d87a15bbdc885cca886e7 (diff) | |
parent | be3fae148bc2a48a1d828b72221c0fd69bea79f7 (diff) |
Merge pull request #260 from christophgysin/scale
implement background scaling
Diffstat (limited to 'sway')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 6a4af43c..c63aa320 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -85,6 +85,7 @@ static char *bg_options[] = { "stretch", "center", "fill", + "fit", "tile" }; |