From 1eef74f4eafb398270ef961af73e66412d1edaf4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 26 Apr 2014 23:02:43 +1200 Subject: Add tmux vertical separator to URxvt.cutchars The selection script is required for this to work --- X/Xresources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/X/Xresources b/X/Xresources index 7e52d311..cdd6bf40 100644 --- a/X/Xresources +++ b/X/Xresources @@ -8,15 +8,15 @@ Xft.rgba : none ! Urxvt URxvt.buffered : false URxvt.cursorBlink : on -URxvt.cutchars : <>[]{}|* +URxvt.cutchars : <>[]{}|│* URxvt.depth : 32 URxvt.fading : 40 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 : clip -URxvt.perl-ext-common : clip +URxvt.perl-ext : clip,selection +URxvt.perl-ext-common : clip,selection URxvt.perl-lib : /home/tom/.urxvt URxvt.pointerBlank : true URxvt.saveLines : 10000 -- cgit v1.2.3