From e7286b2e9e534ce75f34029639e582ef77bf8531 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 30 Jul 2011 13:58:19 +0200 Subject: urxvt: Use xdg-open as url-launcher --- .config/rxvt-unicode/rxvt-unicode.xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/rxvt-unicode/rxvt-unicode.xdefaults b/.config/rxvt-unicode/rxvt-unicode.xdefaults index 97dde46..10ef74e 100644 --- a/.config/rxvt-unicode/rxvt-unicode.xdefaults +++ b/.config/rxvt-unicode/rxvt-unicode.xdefaults @@ -82,7 +82,7 @@ urxvt*geometry: 80x22 urxvt*perl-lib: /usr/lib/urxvt/perl/ urxvt*perl-ext-common: default,matcher,selection !,mark-yank-urls -urxvt*urlLauncher: firefox +urxvt*urlLauncher: xdg-open urxvt*underlineUrls: true urxvt*matcher.button: 2 urxvt*cutchars: "`'\",;@&*=|?()<>[]{}" -- cgit