View Single Post
  #6   (View Single Post)  
Old 18th February 2010
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by jb_daefo View Post
Well, both those methods seem to manipulate the
font

That is just NOT true. You didn't even bother to try
Ctrl+click right mouse button

Also
Code:
$ echo "Xterm*geometry: 200x100+0+0" > ~/.Xdefaults
Also properly configuring your WM in my case Calm Window Manager
Code:
$ more .cwmrc |grep xterm
        bind  CM-enter "xterm -geometry 80x24+0+0"
        bind CM-m       "xterm -e nail -A gmail"
        bind CM-space   "xterm -e nail -A gsu"
        autogroup 2     "xterm,XTerm"
Finally always helpful
Code:
$ apropos xterm
koi8rxterm (1) - X terminal emulator for KOI8-R environments
resize (1) - set TERMCAP and terminal settings to current xterm window size
uxterm (1) - X terminal emulator for Unicode (UTF-8) environments
xterm (1) - terminal emulator for X
$ man xterm
And always helpful search by the world second lagest search engine Yandex for people who do not
speak Chinese and can not use world largest search engine Sohu.

http://invisible-island.net/xterm/xterm.faq.html

Last edited by Oko; 18th February 2010 at 03:37 AM.
Reply With Quote