Document scale factor configuration in sway(5)

This commit is contained in:
Drew DeVault 2016-07-29 08:00:23 -04:00
parent 9661272224
commit 9b24af1c22

View file

@ -300,6 +300,10 @@ The default colors are:
**output** <name> <position|pos> <X,Y>:: **output** <name> <position|pos> <X,Y>::
Configures the specified output to be arranged at the given position. Configures the specified output to be arranged at the given position.
**output** <name> <scale> <I>::
Configures the specified output to be scaled up by the specified integer
scaling factor (usually 2 for HiDPI screens).
**output** <name> <background|bg> <file> <mode>:: **output** <name> <background|bg> <file> <mode>::
Sets the wallpaper for the given output to the specified file, using the given Sets the wallpaper for the given output to the specified file, using the given
scaling mode (one of "stretch", "fill", "fit", "center", "tile"). scaling mode (one of "stretch", "fill", "fit", "center", "tile").