summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-04-21 10:03:54 +0200
committerGravatar Tom Willemsen2011-04-21 10:03:54 +0200
commite58f826ef29263bdf4ef8184f88edc54a16fa53f (patch)
treee8f4ef809016c939f2b5b150d3cbf0c596977103
parent993da8846a8f67e61472760a1841a91072f37b9f (diff)
downloaddotfiles-e58f826ef29263bdf4ef8184f88edc54a16fa53f.tar.gz
dotfiles-e58f826ef29263bdf4ef8184f88edc54a16fa53f.zip
URXVT: termname, font and shading
* Changed urxvt's termname to rxvt-256color, the original one had some trouble with certain programs not recognizing that it had 256 color support. * Trying out the Dejavu Sans Mono font. * Now that I have random wallpapers again, sometimes texts were getting a little hard to read, so I turned down the shading a bit to make the texts clearer.
-rw-r--r--Xdefaults9
1 files changed, 6 insertions, 3 deletions
diff --git a/Xdefaults b/Xdefaults
index 5b07948..831df87 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -6,6 +6,7 @@ urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*cursorUnderline: true
urxvt*urgentOnBell: true
+urxvt*termName: rxvt-256color
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
@@ -15,12 +16,14 @@ urxvt*matcher.button: 1
! Appearance
! - use a bitmap font
-urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
-urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-*
+!urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-*
+!urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-*
+urxvt*font: xft:DejaVu Sans Mono-10:antialias=true
+urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
-urxvt*shading: 50
+urxvt*shading: 20
urxvt*transparent: true
! - color scheme
urxvt.background: #252A2B