summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-29 08:00:23 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-07-29 08:00:23 -0400
commit9b24af1c22e65bcf686d831be59487a31ec98979 (patch)
treecefcd5ffe7ec184b5f27196cab10cf8d7280c374
parentMerge remote-tracking branch 'origin/hidpi' (diff)
downloadsway-9b24af1c22e65bcf686d831be59487a31ec98979.tar.gz
sway-9b24af1c22e65bcf686d831be59487a31ec98979.tar.zst
sway-9b24af1c22e65bcf686d831be59487a31ec98979.zip
Document scale factor configuration in sway(5)
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index fdf5c0c1..446995d5 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -300,6 +300,10 @@ The default colors are:
300**output** <name> <position|pos> <X,Y>:: 300**output** <name> <position|pos> <X,Y>::
301 Configures the specified output to be arranged at the given position. 301 Configures the specified output to be arranged at the given position.
302 302
303**output** <name> <scale> <I>::
304 Configures the specified output to be scaled up by the specified integer
305 scaling factor (usually 2 for HiDPI screens).
306
303**output** <name> <background|bg> <file> <mode>:: 307**output** <name> <background|bg> <file> <mode>::
304 Sets the wallpaper for the given output to the specified file, using the given 308 Sets the wallpaper for the given output to the specified file, using the given
305 scaling mode (one of "stretch", "fill", "fit", "center", "tile"). 309 scaling mode (one of "stretch", "fill", "fit", "center", "tile").