From dd035cdef5921559823ca40b52c15a1cae9577f7 Mon Sep 17 00:00:00 2001 From: don philipe Date: Fri, 30 Jun 2023 23:23:17 +0200 Subject: [PATCH] Clickable URLs in urxvt --- .Xdefaults | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.Xdefaults b/.Xdefaults index aa3f273..6ef5ab8 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -4,7 +4,10 @@ URxvt.foreground: white !URxvt.borderColor: dark grey URxvt.scrollBar: false URxvt.cursorColor: green -URxvt.font: xft:monospace:size=9 +URxvt.font: xft:monospace:size=9,xft:Noto Color Emoji +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 !! Colorscheme