From 661a8f0d73a2cf36d0d87ac1e36c6d450eb240c4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 22 Mar 2013 23:06:02 +1300 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 91dacab1..61502d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +urxvt/urxvtd-* vim/.netrwhist vim/spell/*.spl vim/backup/* -- cgit v1.2.3