From 53e75b3b9d4344b65847eda36a4d758c058be10c Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 8 Jun 2013 16:47:42 +0200 Subject: [PATCH] urxvt clickable URLs --- .Xresources | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.Xresources b/.Xresources index 80de9b3..b29f683 100644 --- a/.Xresources +++ b/.Xresources @@ -5,3 +5,9 @@ URxvt*.depth: 32 URxvt*.background: [95]#000000 URxvt*.foreground: #ffffff URxvt*.scrollBar: false +URxvt*.perl-ext-common: default,clipboard,url-select,keyboard-select +URxvt*.url-select.launcher: chromium +URxvt*.url-select.underline: true +URxvt*.keysym.M-u: perl:url-select:select_next +URxvt*.keysym.M-Escape: perl:keyboard-select:activate +URxvt*.keysym.M-s: perl:keyboard-select:search