1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ralf Hoffmann">
<title>Configure show image mode</title>
<link rel="contents" href="sidemap.html" title="Content">
<link rel="start" href="index.html" title="Index">
<link rel="index" href="index.html" title="Index">
<link rel="prev" href="usage5.html" title="">
<link rel="next" href="buffer.html" title="">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="chapter" href="installation.html" title="Installation">
<link rel="chapter" href="config.html" title="Configuration">
<link rel="chapter" href="usage.html" title="Usage">
<link rel="chapter" href="function.html" title="Function overview">
<link rel="chapter" href="todo.html" title="TODO">
<link rel="chapter" href="changelog.html" title="ChangeLog">
<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">
<center>
<h1>
<b>
<i>Configure show image mode</i>
</b>
</h1>
</center>
With the "show image mode" worker can display the active entry on the other side. For it worker use an external program which must
be able to draw to a x-window. A suitable program is "xli". Therefore worker use it as default (also not directly but a script "xliwrapper_worker"
which calls xli with args so the image will be scaled to the window; this script will be installed together with worker).<br>
<br>
<center>
<IMG SRC="../pics/b7.png" ALT="Configure show image mode" WIDTH="317" HEIGHT="205"></center>
<P>
<ol>
<li>Enter here the program to display the files.<br>
Important:
<ul>
<li>enter 4 times %d<br>
They will be replaced with the x,y and width, height of the window (not the pic).</li>
<li>1x %x<br>replaced by window-ID</li>
<li>1x %s<br>replaced by filename of active entry</li>
</ul></li>
<li>Resets to defaults.</li>
</ol>
<hr>
And this is how it looks:<br>
<img src="../pics/b8.png" width="632" height="548">
<center><HR>
<a href="usage2.html"><b>Goto Edit Lister</b></a><BR>
<a href="usage.html"><b>Goto Usage</b></a><br>
<a href="index.html"><b>Home</b></a>
</body>
</html>
|