diff options
author | Christoph Gysin <christoph.gysin@gmail.com> | 2015-11-25 22:26:21 +0200 |
---|---|---|
committer | Christoph Gysin <christoph.gysin@gmail.com> | 2015-11-25 22:32:02 +0200 |
commit | be3fae148bc2a48a1d828b72221c0fd69bea79f7 (patch) | |
tree | eb872cf8e54e08d6ee6205564d8959a11430b9b3 /sway/commands.c | |
parent | 8630bc37524434096165acff5493eff399387df2 (diff) |
swaybg: implement scaling mode "fit"
Diffstat (limited to 'sway/commands.c')
-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" }; |