From 3a6bbb088c0ce019f8c2af88f570293d33f285a8 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 28 Nov 2007 15:37:08 +0000 Subject: [PATCH] Added Xdefaults. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@86 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .Xdefaults | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..79ec55e --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,84 @@ +! Fix up terminals. +*colorBD: yellow +*colorIT: green +*colorUL: cyan +*cursorColor: green +*.vt100.foreground: white +*.vt100.background: black + +! Force 96dpi fonts for Xft. +Xft.dpi: 96 + +! allow Chinese font selection to work +Netscape*documentFonts.charset*big5.eten.3.10-1: x-x-big5 +Netscape*documentFonts.xResolution*iso8859-1: 100 +Netscape*documentFonts.yResolution*iso8859-1: 100 +Mozilla*documentFonts.charset*big5.eten.3.10-1: x-x-big5 + +! Make the crappy CDE terminal look less crappy. +Dtterm*dtTerm.background: black +Dtterm*dtTerm.foreground: white +Dtterm*menuBar: false +Dtterm*termName: dtterm +Dtterm*userFont: -dt-interface user-medium-r-normal-s*-*-*-*-m-*-*-* +Dtterm*dtTermView.marginHeight: 0 +Dtterm*dtTermView.marginWidth: 0 + +! transparency +!rxvt.inheritPixmap: True +urxvt.foreground: white +urxvt.background: black +urxvt.scrollBar_right: True +urxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12:aspect=0.9 +urxvt.multichar_encoding: noenc +urxvt.title: Penguin terminal +urxvt.termName: xterm-color +urxvt.saveLines: 512 +urxvt.scrollstyle: next +urxvt.answerbackString: PuTTY + +! transparency +!rxvt*inheritPixmap: True +rxvt*reverseVideo: True +rxvt*scrollBar_right: True +rxvt*font: fixed +rxvt*multichar_encoding: noenc +rxvt*title: Penguin terminal +rxvt*termName: xterm-color +rxvt*saveLines: 512 + +!rxvt-big5*inheritPixmap: True +rxvt-big5*reverseVideo: True +rxvt-big5*scrollBar_right: True +rxvt-big5*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1 +rxvt-big5*boldFont: -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-9 +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-gb2312*inheritPixmap: True +rxvt-gb2312*reverseVideo: True +rxvt-gb2312*scrollBar_right: True +rxvt-gb2312*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1 +rxvt-gb2312*boldFont: -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1 +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 + +! aewm +Palette.geometry: 1280x30+0+0 +Palette.overrideRedirect: True +Palette*orientation: Horizontal +Palette*showGrip: False + +! Unshifted scrolling. +!XTerm.VT100.translations: #override \ +! Prior: scroll-back(1,page) \n\ +! Next: scroll-forw(1,page) \n + +XTerm.*faceName: Bitstream Vera Sans Mono +XTerm.*faceSize: 9 -- 2.20.1