X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.Xdefaults;h=86409a47e4eb536898f8c45e27f334a2c15c85e1;hp=0f747417093550b10714b7acc733aa8151e0815c;hb=730f97068308dceebb2d269070701533ec22a9c9;hpb=0f5ec0b591fcb6c809184759612bd1b7c1290670 diff --git a/.Xdefaults b/.Xdefaults index 0f74741..86409a4 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -3,6 +3,8 @@ *colorIT: green *colorUL: cyan *cursorColor: green +*color4: rgb:0000/5f5f/d7d7 +*color12: rgb:0000/8787/ffff *.vt100.foreground: white *.vt100.background: black @@ -26,22 +28,25 @@ Dtterm*dtTermView.marginWidth: 0 ! transparency !rxvt.inheritPixmap: True -urxvt.foreground: white -urxvt.background: black -urxvt.borderColor: black -urxvt.scrollBar_right: True -urxvt.font: xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9,xft:AR PL Uming HK -urxvt.multichar_encoding: noenc -urxvt.title: Penguin terminal +URxvt.foreground: white +URxvt.background: [70]black +URxvt.highlightColor: [90]#8080ff +URxvt.depth: 32 +URxvt.borderColor: [70]black +URxvt.scrollBar_right: True +URxvt.font: xft:DejaVu Sans Mono:pixelsize=12,xft:AR PL Uming HK +URxvt.multichar_encoding: noenc +URxvt.title: Penguin terminal ! Centos5 refuses to read ~/.terminfo and find rxvt-unicode. -urxvt.termName: xterm-88color -urxvt.saveLines: 512 -urxvt.scrollstyle: next -urxvt.secondaryscroll: True -urxvt.answerbackString: urxvt +URxvt.saveLines: 512 +URxvt.scrollstyle: next +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,xft:AR PL UMing HK\007 -urxvt.keysym.M-equal: command:\033]50;xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9,xft:AR PL UMing HK\007 +URxvt.perl-lib: .urxvt +URxvt.perl-ext: font +URxvt.keysym.M-minus: perl:font:smaller +URxvt.keysym.M-equal: perl:font:bigger ! transparency !rxvt*inheritPixmap: True @@ -50,7 +55,6 @@ 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 @@ -90,3 +94,7 @@ 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 +! Red Hat disables window resizing by default. +XTerm.*allowFontOps: true +XTerm.*allowWindowOps: true +XTerm.*rightScrollBar: true