summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-25 18:58:23 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-25 18:58:23 -0500
commita713686daa0b80bb7273a220d08ad99bcf1dab72 (patch)
treeeb872cf8e54e08d6ee6205564d8959a11430b9b3 /sway.5.txt
parentMerge pull request #251 from sce/criteria_1 (diff)
parentswaybg: implement scaling mode "fit" (diff)
downloadsway-a713686daa0b80bb7273a220d08ad99bcf1dab72.tar.gz
sway-a713686daa0b80bb7273a220d08ad99bcf1dab72.tar.zst
sway-a713686daa0b80bb7273a220d08ad99bcf1dab72.zip
Merge pull request #260 from christophgysin/scale
implement background scaling
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway.5.txt b/sway.5.txt
index 700de8b2..8a949465 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -127,7 +127,7 @@ Commands
127 127
128**output** <name> <background|bg> <file> <mode>:: 128**output** <name> <background|bg> <file> <mode>::
129 Sets the wallpaper for the given output to the specified file, using the given 129 Sets the wallpaper for the given output to the specified file, using the given
130 scaling mode (one of "stretch", "fill", "center", "tile"). 130 scaling mode (one of "stretch", "fill", "fit", "center", "tile").
131 131
132**output** <name> disable:: 132**output** <name> disable::
133 Disables the specified output. 133 Disables the specified output.