diff options
author | Karel Kočí <cynerd@email.cz> | 2019-11-20 01:37:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-11-20 01:37:32 +0100 |
commit | 6a1e30c4b9dac3464cb4c36d07f5f13eaaf29c06 (patch) | |
tree | ae74fe10ec1f7c1c732a91a92a2df92d40d3a4dd | |
parent | 24cb86c9be72c1818a9976eedec5992a9a9d9e89 (diff) | |
download | myconfigs-6a1e30c4b9dac3464cb4c36d07f5f13eaaf29c06.tar.gz myconfigs-6a1e30c4b9dac3464cb4c36d07f5f13eaaf29c06.tar.bz2 myconfigs-6a1e30c4b9dac3464cb4c36d07f5f13eaaf29c06.zip |
Xresources: update to not use perls
-rw-r--r-- | Xresources | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -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 |