]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - Xdefaults.in
xmonad.hs: Prevent new windows from stealing focus.
[config/dotfiles.git] / Xdefaults.in
index e3836379b59c2ae08022c6a28fe42e8d2b20fa4b..1713fc30dedf276af696ec95a5ecae81469313b3 100644 (file)
@@ -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