summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-11-06 23:57:58 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-11-06 23:57:59 +0100
commit988967ce40cc47916e4f0d5fa576d949895d2767 (patch)
tree3e98777f242f71bd42ff68a1f606347bc3e41986 /.Xresources
parent48fb9a71d09c27236129f8ba743ad29173765262 (diff)
downloaddotfiles-988967ce40cc47916e4f0d5fa576d949895d2767.tar.gz
dotfiles-988967ce40cc47916e4f0d5fa576d949895d2767.tar.bz2
dotfiles-988967ce40cc47916e4f0d5fa576d949895d2767.zip
Better clipboard handling for urxvt
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources6
1 files changed, 5 insertions, 1 deletions
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