aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-22 23:06:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-22 23:06:02 +1300
commit661a8f0d73a2cf36d0d87ac1e36c6d450eb240c4 (patch)
treea650d9007a523d1301e0cac6351d5f548c465961 /X
parentRemove unneeded & suffix from xsession command (diff)
downloaddotfiles-661a8f0d73a2cf36d0d87ac1e36c6d450eb240c4.tar.gz
dotfiles-661a8f0d73a2cf36d0d87ac1e36c6d450eb240c4.zip
Start using URxvt clipboard script
This script from urxvt-perls[1] copies the PRIMARY X11 selection to the CLIPBOARD. I do like select-to-copy and middle-click pasting most of the time, but it's occasionally frustrating when doing things like trying to replace selected text. This allows me to do explicit pastes with Ctrl-V. I don't like having to include my $HOME path literal in .Xresources; I'll need to find out if there's a tidier way to do it. [1]: https://github.com/muennich/urxvt-perls
Diffstat (limited to 'X')
-rw-r--r--X/Xresources40
1 files changed, 21 insertions, 19 deletions
diff --git a/X/Xresources b/X/Xresources
index 87b5f180..a56d931d 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -6,25 +6,27 @@ Xft.hintstyle : hintnone
Xft.rgba : rgb
! Urxvt
-URxvt.buffered : false
-URxvt.cursorBlink : on
-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.letterSpace : -1
-URxvt.perl-ext :
-URxvt.perl-ext-common :
-URxvt.pointerBlank : true
-URxvt.saveLines : 10000
-URxvt.scrollBar : false
-URxvt.scrollTTyKeypress : true
-URxvt.scrollTTyOutput : false
-URxvt.secondaryScroll : true
-URxvt.urgentOnBell : true
+URxvt.buffered : false
+URxvt.clipboard.autocopy : true
+URxvt.cursorBlink : on
+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.letterSpace : -1
+URxvt.perl-ext : clipboard
+URxvt.perl-ext-common : clipboard
+URxvt.perl-lib : /home/tom/.urxvt
+URxvt.pointerBlank : true
+URxvt.saveLines : 10000
+URxvt.scrollBar : false
+URxvt.scrollTTyKeypress : true
+URxvt.scrollTTyOutput : false
+URxvt.secondaryScroll : true
+URxvt.urgentOnBell : true
! Common terminal colors
*.background : #030303