diff options
author | hut <hut@lavabit.com> | 2013-03-24 22:45:24 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-24 22:45:24 +0100 |
commit | e71e0931a09ee71729582dd99a9a9c2eb987876b (patch) | |
tree | 396f0f3330f321e1b1428c7c65d9edee0fbbb294 /doc/ranger.pod | |
parent | 4b3b9e594faf539d96814bfca605405dce7d8086 (diff) | |
download | ranger-e71e0931a09ee71729582dd99a9a9c2eb987876b.tar.gz |
ext.img_display: allow using W3MIMGDISPLAY_PATH env var
in response to https://savannah.nongnu.org/bugs/?38582
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 10aa0186..ac9970c5 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1176,6 +1176,11 @@ statements. You will gain efficiency at the cost of losing some debug info. Using PYTHONOPTIMIZE=2 (like python -OO) will additionally discard any docstrings. Using this will disable the <F1> key on commands. +=item W3MIMGDISPLAY_PATH + +By changing this variable, you can change the path of the executable file for +image previews. By default, it is set to F</usr/lib/w3m/w3mimgdisplay>. + =back |