diff options
author | toonn <toonn@toonn.io> | 2019-12-30 19:40:38 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-12-30 19:40:38 +0100 |
commit | cd4a3723be57abddadfc8738dd91bc52d829155c (patch) | |
tree | f50a4f6e8975968dcc659a8f5bdda4735e208ab8 /doc | |
parent | 9a05536d17bd142a9c15d2e752eb94c9c9c00a4d (diff) | |
parent | 407ef979427579cd6fd4b1fa97fe9c5b0eb99ef0 (diff) | |
download | ranger-cd4a3723be57abddadfc8738dd91bc52d829155c.tar.gz |
Merge branch 'sigboe-3dpreview'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 911b6480..33b16b92 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1974,6 +1974,17 @@ I<highlight> will pick up command line options specified in this variable. A C<--style=> option specified here will override C<HIGHLIGHT_STYLE>. Similarly, C<--replace-tabs=> will override C<HIGHLIGHT_TABWIDTH>. +=item OPENSCAD_COLORSCHEME + +Specifies the colorscheme used by I<openscad> while previewing 3D models. Read +I<openscad> man page for colorschemes. Ranger will default to Tomorrow Night. + +=item OPENSCAD_IMGSIZE + +Specifies the internal resolution I<openscad> will use for rendering 3D models. +The image will be downscaled to fit the preview pane. This resolution will +default to "1000,1000" if no value is set. + =item XDG_CONFIG_HOME Specifies the directory for configuration files. Defaults to F<$HOME/.config>. |