aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-25 18:58:23 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-25 18:58:23 -0500
commita713686daa0b80bb7273a220d08ad99bcf1dab72 (patch)
treeeb872cf8e54e08d6ee6205564d8959a11430b9b3 /sway
parent9fb020d04c487904ef3d87a15bbdc885cca886e7 (diff)
parentbe3fae148bc2a48a1d828b72221c0fd69bea79f7 (diff)
Merge pull request #260 from christophgysin/scale
implement background scaling
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c1
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"
};