X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.Xdefaults;h=1969367250045fc928caa66778ad9bec06a235b1;hp=79ec55e0f2f4b8c027cd5dcf87bec1426d6012ba;hb=cac1547b2294e241b457ab1e116efb6d1eeae038;hpb=3a6bbb088c0ce019f8c2af88f570293d33f285a8 diff --git a/.Xdefaults b/.Xdefaults index 79ec55e..1969367 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,5 +1,5 @@ ! Fix up terminals. -*colorBD: yellow +*colorBD: goldenrod *colorIT: green *colorUL: cyan *cursorColor: green @@ -29,13 +29,18 @@ Dtterm*dtTermView.marginWidth: 0 urxvt.foreground: white urxvt.background: black urxvt.scrollBar_right: True -urxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12:aspect=0.9 +urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9 urxvt.multichar_encoding: noenc urxvt.title: Penguin terminal -urxvt.termName: xterm-color +! Centos5 refuses to read ~/.terminfo and find rxvt-unicode. +urxvt.termName: xterm-88color urxvt.saveLines: 512 urxvt.scrollstyle: next -urxvt.answerbackString: PuTTY +urxvt.secondaryscroll: True +urxvt.answerbackString: urxvt +! Change font size. +urxvt.keysym.M-minus: command:\033]50;xft:DejaVu Sans Mono:pixelsize=10:aspect=0.9\007 +urxvt.keysym.M-equal: command:\033]50;xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9\007 ! transparency !rxvt*inheritPixmap: True @@ -56,7 +61,7 @@ rxvt-big5*mfont: -tlc-ming-medium-r-normal-*-16-120-100-100-c-160-big5-0 rxvt-big5*multichar_encoding: big5 rxvt-big5*inputMethod: xcin-big5 rxvt-big5*title: Penguin terminal (Big 5) -rxvt-big5*termName: xterm-color +!rxvt-big5*termName: xterm-color !rxvt-gb2312*inheritPixmap: True rxvt-gb2312*reverseVideo: True @@ -67,7 +72,7 @@ rxvt-gb2312*mfont: -tlc-song-medium-r-normal-*-14-140-75-75-c-140-gb2312.1980-0 rxvt-gb2312*multichar_encoding: gb2312 rxvt-gb2312*inputMethod: xcin-gb2312 rxvt-gb2312*title: Penguin terminal (GB2312) -rxvt-gb2312*termName: xterm-color +!rxvt-gb2312*termName: xterm-color ! aewm Palette.geometry: 1280x30+0+0 @@ -80,5 +85,7 @@ Palette*showGrip: False ! Prior: scroll-back(1,page) \n\ ! Next: scroll-forw(1,page) \n -XTerm.*faceName: Bitstream Vera Sans Mono +XTerm.*faceName: DejaVu Sans Mono XTerm.*faceSize: 9 +! Old xterm will fall back to xterm if xterm-256color is not found. +XTerm.*termName: xterm-256color