aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 18:55:58 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-19 18:55:58 -0500
commit35fd1391051965efdec43b1f61b9d3556acd9818 (patch)
treef3496d094c9fd30ff3227984732216247dcd34e4 /sway
parentAdd wallpapers to output command (diff)
downloadsway-35fd1391051965efdec43b1f61b9d3556acd9818.tar.gz
sway-35fd1391051965efdec43b1f61b9d3556acd9818.tar.zst
sway-35fd1391051965efdec43b1f61b9d3556acd9818.zip
Add all documented scaling modes to config parser
Note that not all scaling modes are actually supported by swaybg yet.
Diffstat (limited to 'sway')
-rw-r--r--sway/commands.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index ea50b528..173f0f53 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -81,7 +81,9 @@ static struct modifier_key {
81 81
82static char *bg_options[] = { 82static char *bg_options[] = {
83 "stretch", 83 "stretch",
84 "center" 84 "center",
85 "fill",
86 "tile"
85}; 87};
86 88
87enum expected_args { 89enum expected_args {