]> code.delx.au - dotfiles/blobdiff - .Xresources
Updated README files
[dotfiles] / .Xresources
index b41604efb18588810bfba33c66bad9d9a6d0eaf4..4b0b444d062fd7e29f383273ce4193101c51d271 100644 (file)
@@ -21,7 +21,7 @@ URxvt.background: #FFFFFF
 URxvt.foreground: #000000
 URxvt.inheritPixmap: True
 URxvt.tintColor: #000000
-URxvt.shading: -10
+URxvt.shading: 190
 
 ! Partial transparency for a light on dark terminal
 !URxvt.background: #000000
@@ -31,17 +31,13 @@ URxvt.shading: -10
 !URxvt.shading: 10
 
 
-! This option sets the TERM environment variable:
-! TERM=rxvt-unicode won't work because systems don't have a terminfo file for
-! TERM=xterm because different systems have inconsistent terminfo files for it
-!            (differing ideas about what xterm sends as backspace)
-! TERM=xterm-color works well with the few key fixes below
-URxvt.termName: xterm-color
+! This option sets the TERM environment variable to xterm
+URxvt.termName: xterm
 
-! Make the keys behave like the xterm-color terminfo says they should
-URxvt.keysym.Home: \033[1~
-URxvt.keysym.End: \033[4~
-URxvt.backspacekey: ^H
+! Make the keys behave like the xterm terminfo says they should
+URxvt.keysym.Home: \033OH
+URxvt.keysym.End: \033OF
+URxvt.backspacekey: \177
 URxvt.deletekey: \033[3~
 
 ! Scrollback buffer
@@ -65,8 +61,3 @@ URxvt.boldItalicFont: xft:Luxi Mono:pixelsize=14:autohint:antialias=true
 URxvt.cutchars: `"'&()*,;<=>?@[]{|}:$
 
 
-
-! XTerm - undo Debian specific change to backspace keys
-XTerm.backarrowKeyIsErase: false
-XTerm.ptyInitialErase: false
-