diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-03-22 23:06:02 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-03-22 23:06:02 +1300 |
commit | 661a8f0d73a2cf36d0d87ac1e36c6d450eb240c4 (patch) | |
tree | a650d9007a523d1301e0cac6351d5f548c465961 /.gitignore | |
parent | Remove unneeded & suffix from xsession command (diff) | |
download | dotfiles-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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +urxvt/urxvtd-* vim/.netrwhist vim/spell/*.spl vim/backup/* |