summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
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