aboutsummaryrefslogtreecommitdiff
path: root/X/Xresources
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:02:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:02:43 +1200
commit1eef74f4eafb398270ef961af73e66412d1edaf4 (patch)
treeecb7fe9644e0f9965e06fc36e95aae0c91d47cad /X/Xresources
parentRestore URxvt.perl-ext to Xresources (diff)
downloaddotfiles-1eef74f4eafb398270ef961af73e66412d1edaf4.tar.gz
dotfiles-1eef74f4eafb398270ef961af73e66412d1edaf4.zip
Add tmux vertical separator to URxvt.cutchars
The selection script is required for this to work
Diffstat (limited to 'X/Xresources')
-rw-r--r--X/Xresources6
1 files 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