From 6a1e30c4b9dac3464cb4c36d07f5f13eaaf29c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 20 Nov 2019 01:37:32 +0100 Subject: Xresources: update to not use perls --- Xresources | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'Xresources') diff --git a/Xresources b/Xresources index 9a7e481..a6e76a5 100644 --- a/Xresources +++ b/Xresources @@ -28,7 +28,6 @@ URxvt*color8: grey50 URxvt*color9: red URxvt*color10: green URxvt*color11: yellow -!URxvt*color12: blue URxvt*color12: rgb:5c/5c/ff URxvt*color13: magenta URxvt*color14: cyan @@ -48,18 +47,18 @@ URxvt*secondaryScroll: 0 URxvt*font: xft:DejaVu Sans Mono:size=8 URxvt.letterSpace: -1 URxvt*iso14755: False +! Clipboard +URxvt.keysym.Control-Meta-c: builtin-string: +URxvt.keysym.Control-Meta-v: builtin-string: +URxvt*keysym*Shift-Control-V: eval:paste_clipboard +URxvt*keysym*Shift-Control-C: eval:selection_to_clipboard ! Perl extensions -URxvt*perl-ext-common: default,clipboard,font-size,url-select +URxvt*perl-ext-common: default,matcher,font-size ! Font size change -URxvt.keysym.C-Up: perl:font-size:increase -URxvt.keysym.C-Down: perl:font-size:decrease +URxvt.keysym.C-Up: font-size:increase +URxvt.keysym.C-Down: font-size:decrease ! Yankable URLs -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: /usr/bin/xdg-open -URxvt.url-select.underline: false -! Clipboard -URxvt*keysym*Shift-Control-C: perl:clipboard:copy -URxvt*keysym*Shift-Control-V: perl:clipboard:paste -URxvt*clipboard*copycmd: xsel -ib -URxvt*clipboard*pastecmd: xsel -ob +URxvt.keysym.M-u: matcher:select +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.rend.0: foreground -- cgit v1.2.3