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 +