summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Quentin Bourgeois <quentin@bourgeois.eu>2018-04-12 14:59:57 +0000
committerLibravatar Quentin Bourgeois <quentin@bourgeois.eu>2018-04-12 14:59:57 +0000
commitbd3e4e326e4e66ccd4525c18bdca6caaf7a2983e (patch)
tree0f38b855ff54a879205b6edb4dc549255a004f6d
parentMerge pull request #1720 from bobsaintcool/r0.15/doc/fix_security_path (diff)
downloadsway-bd3e4e326e4e66ccd4525c18bdca6caaf7a2983e.tar.gz
sway-bd3e4e326e4e66ccd4525c18bdca6caaf7a2983e.tar.zst
sway-bd3e4e326e4e66ccd4525c18bdca6caaf7a2983e.zip
<sway/man: In sway(5) treat scale as keyword for output command>
Signed-off-by: Quentin Bourgeois <quentin@bourgeois.eu>
-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