<div dir="ltr">Hi, list!<br clear="all"><div>I&#39;m trying to configure my twm installation. According to [1] I&#39;ve created .Xclients in my home directory with the following content:<br>XCLIENTS_D=/etc/X11/xinit/Xclients.d<br>if [ &quot;$#&quot; -eq 1 ] &amp;&amp; [ -x &quot;$XCLIENTS_D/Xclients.$1.sh&quot; ]; then<br>    exec -l $SHELL -c &quot;$SSH_AGENT $XCLIENTS_D/Xclients.$1.sh&quot;<br>fi<br><br># Failsafe.<br><br># these files are left sitting around by TheNextLevel.<br>rm -f $HOME/Xrootenv.0<br><br># Argh! Nothing good is installed. Fall back to twm<br>{<br>    # gosh, neither fvwm95 nor fvwm2 is available; <br>    # fall back to failsafe settings<br>    [ -x /usr/bin/xsetroot ] &amp;&amp; /usr/bin/xsetroot -solid &#39;#222E45&#39;<br><br>    if [ -x /usr/bin/xclock ] ; then<br>    /usr/bin/xclock -geometry 130x130-5+5 &amp;<br>    fi<br>    if [ -x /usr/bin/xcalc ] ; then<br>    /usr/bin/xcalc -geometry 200x250-1710+780 &amp;<br>    fi<br>    if [ -x /usr/bin/xterm ] ; then<br>        /usr/bin/xterm -geometry 80x50-50+170 &amp;<br>    fi<br>    if [ -x /usr/bin/uzbl-tabbed ] ; then<br>    /usr/bin/uzbl-tabbed &amp;<br>    fi<br>    if [ -x /usr/bin/twm ] ; then<br>    exec /usr/bin/twm<br>    fi<br>}<br><br></div><div>Everything works fine except that when twm is loading I have to point with mouse click where uzbl-tabbed browser window should be placed.<br></div><div>Is there any way to configure an automatic window position? If I&#39;m trying -geometry option it doesn&#39;t start at all. Why is that?<br></div><div>TIA<br></div><div>REFERENCES:<br>1. <a href="http://docs.fedoraproject.org/en-US/Fedora/13/html/Deployment_Guide/s1-x-runlevels.html">http://docs.fedoraproject.org/en-US/Fedora/13/html/Deployment_Guide/s1-x-runlevels.html</a><br></div><div>-- <br>Hiisi.<br>Registered Linux User #487982. Be counted at: <a href="https://linuxcounter.net/" target="_blank">https://linuxcounter.net/</a><br>--<br>Spandex is a privilege, not a right.
</div></div>