01-30-06 12:48 PM
Gwen Morse wrote:
> I've recently started using eterm (From the englightenment packages)
> on my FC4 system.
>
> There are two functions that I sorely miss from using Konsole.
>
> 1) Cut/paste to/from the eterm screen. Is this possible?
>
> 2) enlarging the default starting size of the console window.
Let's see, the manual (type "man eterm") says this:
1) When you call it up, you can add the font switch "-F" followed by a
font name. The standard fonts for this range in size from the smallest:
6x12 8x13 9x15 10x20
So it would look like this: 'eterm -F 9x15' for example.
2) Using a larger font will enlarge it some, but there is another
switch: "-g" which allows you to make it larger. The increments are in
screen pixels. If your desktop is, say 1024x768, and your window manager
has tool bars, you'll have to allow for that and use something like
1000x700. Thus, combined with the above command, we get:
eterm -g 1000x700 -F 9x15
Experiment with the font first, then play with the geometry. Once you
are comfortable, you will have to learn how to modify the menus for your
window manager, or create an icon. If I recall correctly, eterm has a
context menu (right-click) which may help you some.
--
Ed Hurst
------------
return addy is spam trap
try je hurst at gmail dot com
[ Post a follow-up to this message ]
|