Brought .vimperratorrc.local into version control.
[profile.git] / .Xdefaults
index 0f74741..71c2aa6 100644 (file)
@@ -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,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
@@ -90,3 +92,6 @@ 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