X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Xdefaults.in;h=1713fc30dedf276af696ec95a5ecae81469313b3;hb=6b98f2955ff87d71a8f2a095bc48481650484746;hp=19d3cd404ea205ecff0a0bac727fa54f0dd829c4;hpb=3fa1037f878f2d09372ba7e5a535e85e77c3a170;p=config%2Fdotfiles.git diff --git a/Xdefaults.in b/Xdefaults.in index 19d3cd4..1713fc3 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -1,6 +1,6 @@ ! Configuration file for X11 programs. ! -! It is designed to work with xterm (and its unicode variant). +! It is designed to work with xterm and rxvt (and their unicode variants). ! ! "Term" is an alias for all supported terminal emulators; it is automatically ! replaced by setup.sh. @@ -11,6 +11,10 @@ Term*foreground: #cccccc Term*background: black Term*cursorColor: #ffff66 +! Disable the scrollback buffer. I use screen so it is not necessary. +XTerm*saveLines: 0 +Rxvt*saveLines: 0 + ! Use the meta-key as expected by emacs/irssi. XTerm*metaSendsEscape: true @@ -22,6 +26,13 @@ XTerm.termName: xterm-256color ! #stumpwm on Freenode (2009-05-18 22:05). !XTerm*allowSendEvents: true +! Enable transparency. +Rxvt*transparent: true +Rxvt*shading: 10 + +! Do not use any perl extension scripts. +Rxvt*perl-ext-common: + ! Main console colors. Term*color0: #000000 Term*color1: #ff0000