aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-22 10:15:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-22 10:15:13 +1300
commit6915e950e59cad4975f499b665aef92052a5a159 (patch)
tree36875987451b737129154abd9f50dd2310647575 /X
parentThis setting is causing artifacts on my screen (diff)
downloaddotfiles-6915e950e59cad4975f499b665aef92052a5a159.tar.gz
dotfiles-6915e950e59cad4975f499b665aef92052a5a159.zip
URxvt: Unused Perl extensions off, set cutchars
This reverts to the base URxvt selection behavior where words are selected on double-click, which I prefer (hence the also added cutchars resource)
Diffstat (limited to 'X')
-rw-r--r--X/Xresources3
1 files changed, 3 insertions, 0 deletions
diff --git a/X/Xresources b/X/Xresources
index 0a57a623..72588f70 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -8,6 +8,7 @@ Xft.rgba : rgb
! Urxvt
URxvt.buffered : false
URxvt.cursorBlink : on
+URxvt.cutchars : BACKSLASH <>[]{}|*
URxvt.depth : 32
URxvt.fading : 40
URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada
@@ -15,6 +16,8 @@ URxvt.internalBorder : 0
URxvt.iso14755 : false
URxvt.iso14755_52 : false
URxvt.letterSpace : -1
+URxvt.perl-ext :
+URxvt.perl-ext-common :
URxvt.pointerBlank : true
URxvt.saveLines : 10000
URxvt.scrollBar : false