vester <[EMAIL PROTECTED]> wrote:
 
> is it possible to start a program (e.g. a terminal, eterm, aterm, xterm,
> whichever you prefer) with certain window-dimensions and a certain
> position on the screen?

As long as the program supports it (which all major terminals do), yes.
This is done through the "geometry" command-line option.

See

man X
/geometry

for details.

Examples from my ~/bin/startbb (which is called from my ~/.xinitrc):

,----[ Examples ]
|
| rxvt -ls  -g 85x45 -T E-Mail -e mutt  &
| rxvt -ls  -g 85x45 -T News -e slrn &
| #rxvt -ls  -g 125x45+0+68&
|
| xconsole -geometry 1035x35+100+0 -file /var/log/apache/access.log &
|
| bbweather -g +110-0 -c -t 20 -u 20 KNYC&
|
`----

> while i am at it, is it possible to have a window w/out decorations (i.e.
> without a border & title bar)?

Again, this very much depends on the application (AFAIK).  Other windows
manager allow you (IIRC) to specify something like "without decoration",
but in BB you can only do it if the application allows it.  Somebody
else gave you an example.

> anyway, hope this is not totally OT!

Feel free to email me off-list if you have more questions.

-Jan

-- 
Jan Schaumann 
http://www.netmeister.org

Reply via email to