2008年10月19日日曜日

Xtermの文字を大きくする

defaultだと小さくて疲れる。

  • font を emerge


    • emerge media-fonts/efont-unicode

  • /etc/X11/xorg.conf に FontPath を追加する。


    • FontPath "/usr/share/fonts/efont-unicode/"


  • $HOME/.Xresources に以下を追加



    • Xterm*cjkWidth: true
      XTerm*utf8: 1
      XTerm*wideChars: true
      XTerm*locale: true
      xterm*fontDoublesize: true
      XTerm*background: black
      XTerm*foreground: white
      XTerm*highlightColor: blue
      XTerm*font: -efont-fixed-medium-r-normal--16-160-75-75-c-80-iso10646-1

      ! Needs for Alt_L=Meta on emacs
      XTerm*metaSendsEscape: true
      XTerm*eightBitInput: false

      ! Scrollbar color
      XTerm*Scrollbar*thickness: 10
      XTerm*Scrollbar*foreground: black
      XTerm*Scrollbar*background: white


  • 256 color


    • export TERM=xterm-256color

    0 件のコメント: