vester wrote:
> 
> hello,
> 
> i have a follow-up to the recent thread about executing commands
> automatically at start-up -- i am not sure if it is really blackbox
> specific, so please bear with me i it isn't:
> 
> 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? that is to say, i'd like a fairly small terminal
> to appear in the bottom left corner of my screen at start-up...is that
> possible?

As others have mentioned it is possible to start programs at startup,
but not things like positions unless the program supports it. (AFAIK).
 
> while i am at it, is it possible to have a window w/out decorations (i.e.
> without a border & title bar)? i know it doesn't make much sense to do
> that, but it looks neat on my small laptop screen to have transparent
> terminals w/out borders, because they are basically invisible except for
> the text of course...

Add something like this to your .xinitrc file:

(All on one line)

sleep 1 && Eterm --geometry 139x6+0+0 --title 'System messages'
--scrollbar=off --menubar=off --trans=on --watch-desktop --shade 10%
--borderless --exec tail -f /var/log/httpd/access.log &

(The title thing is just so that it look nice in Blackboxs Workspace
menu)

-- 
// Magnus �stergaard

It's a damn poor mind that can only think of one way to spell a word.
                                                    -- Andrew Jackson

Reply via email to