From 173490eb9016ffdfd62272e2ca86716bf841eec7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 26 Aug 2015 17:02:26 +1200 Subject: Use plain ol' cutchars, not perl select --- X/Xresources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'X') 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 -- cgit v1.2.3