myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit bf165d4bc8063aa2b6f5f1d1568ca16eb3474910
parent d5d108b0e0369a79dfced01f08ec3592a7f00a26
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon,  6 Aug 2012 01:21:39 +0200

clipboard, text-select

Diffstat:
Xdefaults | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Xdefaults b/Xdefaults @@ -15,11 +15,12 @@ URxvt.jumpScroll: true urxvt*font: -*-Terminus*-*-*-*-*-*-*-*-*-*-*-* urxvt*boldFont: -*-Terminus-*-*-*-*-*-*-*-*-*-*-*-* urxvt*perl-lib: /usr/lib/urxvt/perl/ -URxvt.perl-ext: default,matcher,url-picker,keyboard-select,url-select,urxvt-pipe +URxvt.perl-ext: default,matcher,url-picker,keyboard-select,url-select,urxvt-pipe,clipboard #urxvt*urlLauncher: sensible-browser urxvt*matcher.button: 1 URxvt*url-picker*order: descending URxvt.keysym.C-y: perl:url-picker +URxvt.keysym.M-y: perl:keyboard-select:activate #URxvt.keysym.C-y: perl:url-select:select_next #URxvt.underlineURLs:true #URxvt*keysym*M-Return: \ urxvtc\012 @@ -37,3 +38,7 @@ URxvt.keysym.M-y: perl:keyboard-select:activate URxvt.urlLauncher: firefox URxvt.keysym.M-j: command:\033]720;23\007 URxvt.keysym.M-k: command:\033]721;23\007 +URxvt.print-pipe: cat > ~/temp/urxvt.dmp +URxvt.keysym.M-c: perl:clipboard:copy +URxvt.keysym.M-v: perl:clipboard:paste +URxvt.keysym.M-C-v: perl:clipboard:paste_escaped