X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Xdefaults.in;h=2963f7f3d46ea9f94b7fb679c45ef152cbf38939;hb=76304d04563523790554421a2a7cec6f5301a19c;hp=e3836379b59c2ae08022c6a28fe42e8d2b20fa4b;hpb=55aa80961a4ca7e65cbc538576bff13ac26721d2;p=config%2Fdotfiles.git diff --git a/Xdefaults.in b/Xdefaults.in index e383637..2963f7f 100644 --- a/Xdefaults.in +++ b/Xdefaults.in @@ -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,10 @@ XTerm.termName: xterm-256color ! #stumpwm on Freenode (2009-05-18 22:05). !XTerm*allowSendEvents: true +! Enable transparency. +Rxvt*transparent: true +Rxvt*shading: 10 + ! Main console colors. Term*color0: #000000 Term*color1: #ff0000