X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.Xdefaults;h=7f8034f494b48ced9cb199246b27eb76b1c6f153;hp=1969367250045fc928caa66778ad9bec06a235b1;hb=f130b711466e87b0b5ee527c5487239adb595cc2;hpb=19a30cda6029906dbfadf0ea0e284b518947e429 diff --git a/.Xdefaults b/.Xdefaults index 1969367..7f8034f 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -28,8 +28,9 @@ Dtterm*dtTermView.marginWidth: 0 !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 +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. @@ -39,8 +40,10 @@ 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\007 -urxvt.keysym.M-equal: command:\033]50;xft:DejaVu Sans Mono:pixelsize=12:aspect=0.9\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 @@ -89,3 +92,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