From 988967ce40cc47916e4f0d5fa576d949895d2767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 6 Nov 2012 23:57:58 +0100 Subject: Better clipboard handling for urxvt --- .Xresources | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 4fd9538..12bc0d8 100644 --- a/.Xresources +++ b/.Xresources @@ -24,7 +24,11 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007 ! perl-modules !URxvt.perl-lib: /home/necoro/dev/tabbedex/ -URxvt.perl-ext-common: default,url-select +URxvt.perl-ext-common: default,url-select,clipboard + +! allow Alt-V/-C for pasting from/copying to clipboard +URxvt.keysym.M-v: perl:clipboard:paste +URxvt.keysym.M-c: perl:clipboard:copy ! tabbing -- disabled for the moment... tabbedex consumes memory like no good URxvt.tabbed.autohide: true -- cgit v1.2.3