X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.Xdefaults;h=7f8034f494b48ced9cb199246b27eb76b1c6f153;hp=b4d45b95ab698723923395769b8b273c1f083a12;hb=f5a7e98a8d77bd6a74ba040266016f369ca4e2dc;hpb=80c177c858de9318b83e4491be0cba7854f9144f diff --git a/.Xdefaults b/.Xdefaults index b4d45b9..7f8034f 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -30,7 +30,7 @@ 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. @@ -40,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 @@ -90,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