From 1922a57dbc06b2af890cd9d15557610df67b6685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 31 Oct 2018 10:40:23 +0100 Subject: Xresources: update urxvt configuration --- Xresources | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'Xresources') diff --git a/Xresources b/Xresources index a18aea3..cb3d6fc 100644 --- a/Xresources +++ b/Xresources @@ -34,8 +34,6 @@ URxvt*color13: magenta URxvt*color14: cyan URxvt*color15: white URxvt*saveLines: 4096 -! scrollbar style - rxvt (default), plain (most compact), next, or xterm -!URxvt.scrollstyle: plain URxvt.scrollBar: false ! do not scroll with output URxvt*scrollTtyOutput: false @@ -49,11 +47,18 @@ URxvt*secondaryScroll: 0 ! Font URxvt*font: xft:DejaVu Sans Mono:size=9 URxvt.letterSpace: -1 -URxvt*perl-ext-common: default,clipboard,font-size +URxvt*iso14755: False + +! Perl extensions +URxvt*perl-ext-common: default,clipboard,font-size,url-select +! Font size change URxvt.keysym.C-Up: perl:font-size:increase URxvt.keysym.C-Down: perl:font-size:decrease - -URxvt*iso14755: False +! 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 -- cgit v1.2.3