aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-12 11:06:49 -0400
committerLibravatar GitHub <noreply@github.com>2018-04-12 11:06:49 -0400
commit78740b978539144db15ce95d04904576b8fb4878 (patch)
tree0f38b855ff54a879205b6edb4dc549255a004f6d
parentMerge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_path (diff)
parent<sway/man: In sway(5) treat scale as keyword for output command> (diff)
downloadsway-0.15.2.tar.gz
sway-0.15.2.tar.zst
sway-0.15.2.zip
Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo0.15.2
<sway/man: In sway(5) treat scale as keyword for output command>
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 93e942d4..fbe5cff2 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -362,7 +362,7 @@ The default colors are:
362**output** <name> <position|pos> <X,Y>:: 362**output** <name> <position|pos> <X,Y>::
363 Configures the specified output to be arranged at the given position. 363 Configures the specified output to be arranged at the given position.
364 364
365**output** <name> <scale> <I>:: 365**output** <name> scale <I>::
366 Configures the specified output to be scaled up by the specified integer 366 Configures the specified output to be scaled up by the specified integer
367 scaling factor (usually 2 for HiDPI screens). 367 scaling factor (usually 2 for HiDPI screens).
368 368