aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 22:42:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 22:42:30 +1200
commitdeee38454aed9bffd270f2ec8a4bcae6d34bc398 (patch)
treedf9a9fa0b8a21ecc8097ea247b25606de5fed32c /X
parentStrip trailing whitespace with <leader>x (diff)
downloaddotfiles-deee38454aed9bffd270f2ec8a4bcae6d34bc398.tar.gz
dotfiles-deee38454aed9bffd270f2ec8a4bcae6d34bc398.zip
Replace clipboard urxvt with abbreviated script
I didn't need the keybindings or the paste functionality, just the autocopy feature.
Diffstat (limited to 'X')
-rw-r--r--X/Xresources4
1 files changed, 1 insertions, 3 deletions
diff --git a/X/Xresources b/X/Xresources
index 75a9f154..a2f8a834 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -7,7 +7,6 @@ Xft.rgba : none
! Urxvt
URxvt.buffered : false
-URxvt.clipboard.autocopy : true
URxvt.cursorBlink : on
URxvt.cutchars : <>[]{}|*
URxvt.depth : 32
@@ -16,8 +15,7 @@ URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Loh
URxvt.internalBorder : 0
URxvt.iso14755 : false
URxvt.iso14755_52 : false
-URxvt.perl-ext : clipboard
-URxvt.perl-ext-common : clipboard
+URxvt.perl-ext-common : clip
URxvt.perl-lib : /home/tom/.urxvt
URxvt.pointerBlank : true
URxvt.saveLines : 10000