rxvtの設定


 rxvtに関する設定は、X起動時に読み込まれるリソースファイル(~/.Xresourcesとか~/.Xdefaultsとか)に書いておく。

 現在の私の設定はこんなかんじ。
rxvt*font: hgothic14
rxvt*boldFont: hgothic14b
rxvt*background: black
rxvt*foreground: WhiteSmoke
rxvt*saveLines: 500
rxvt*scrollBar: True
rxvt*scrollBar_right: True
rxvt*color10: chartreuse2
rxvt*color12: LightSlateBlue
rxvt*color14: turquoise1

krxvt*font: hgothic16
krxvt*boldFont: hgothic16b
krxvt*mfont: gothic16
krxvt*kanji_encoding: eucj
krxvt*background: black
krxvt*foreground: WhiteSmoke
krxvt*saveLines: 500
krxvt*scrollBar: True
krxvt*scrollBar_right: True
krxvt*color10: chartreuse2
krxvt*color12: LightSlateBlue
krxvt*color14: turquoise1
 大体の設定は見たら分かると思うが、colorの設定はなんのことかわからないので書いておく。
 colorは画面に表示されるテキストの色の設定で、後ろの番号が0〜7は普通の色、8〜15は強調表示の時の色を表している。また、0:黒、1:赤、2:緑、3:黄色、4:青、5:紫、6:水色、7:白を表し、8〜15に関しては8を引いた番号に対応する色の強調色を表す。

Debian雑記帳に戻る