aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown4
-rw-r--r--X/Xresources3
2 files changed, 4 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 1c8c3fda..e75ce831 100644
--- a/README.markdown
+++ b/README.markdown
@@ -240,8 +240,8 @@ as I find it pretty maddening otherwise, particularly when dealing with URLs
from IRC.
The included `.Xresources` file assumes that `urxvt` can use 256 colors and
-Perl extensions, and has its standard `selection` script available. If you’re
-missing functionality, try changing `perl-ext-common` to `default`.
+Perl extensions. If you’re missing functionality, try changing
+`perl-ext-common` to `default`.
My choice of font is [Ubuntu Mono](http://font.ubuntu.com/), but the file
should allow falling back to the more common [Deja Vu Sans
diff --git a/X/Xresources b/X/Xresources
index f4a41b3c..68c949e9 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -8,12 +8,13 @@ Xft.rgba : none
! Urxvt
URxvt.buffered : false
URxvt.cursorBlink : on
+URxvt.cutchars : <>
URxvt.depth : 32
URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada
URxvt.internalBorder : 0
URxvt.iso14755 : false
URxvt.iso14755_52 : false
-URxvt.perl-ext-common : clip,selection
+URxvt.perl-ext-common : clip
URxvt.pointerBlank : true
URxvt.saveLines : 10000
URxvt.scrollBar : false