From ab4af2c97d4e603331f88f68e5b15bf95659016c Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Mon, 27 Jan 2020 20:17:12 +0100 Subject: [PATCH] urxvt add urlLauncher with matcher --- .Xresources | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.Xresources b/.Xresources index c93331d..1d3fd38 100644 --- a/.Xresources +++ b/.Xresources @@ -41,7 +41,10 @@ URxvt*shading: 20 urxvt*saveLines:18192 URxvt.scrollBar: false -URxvt.perl-ext-common: selection-to-clipboard,url-select -URxvt.urlLauncher: firefox +URxvt.perl-ext-common: default,selection-to-clipboard,matcher +URxvt.urlLauncher: xdg-open URxvt.underlineURLs: true -URxvt.urlButton: 1 +URxvt.matcher.button: 1 +URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-] +URxvt.matcher.launcher.0: xdg-open +