From eba0ee257eba75634d32016f1cc8fa1e01e8765e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 31 Jul 2009 01:20:07 +0200 Subject: Added yank-url stuff for urxvt --- xdefaults | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'xdefaults') diff --git a/xdefaults b/xdefaults index 3f396e9..013d9a3 100644 --- a/xdefaults +++ b/xdefaults @@ -10,18 +10,22 @@ URxvt*saveLines: 1000 URxvt*termName: rxvt-unicode URxvt*eightBitInput: true URxvt*metaSendsEscape: true -URxvt*urlLauncher: firefox -URxvt*matcher.button: 1 URxvt*cutchars: `"()'*<>[]{|} -URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] URxvt*urgentOnBell: true URxvt*visualBell: false URxvt*selection.pattern-0: ([[:word:]]+) -URxvt*perl-ext: selection -URxvt*perl-ext-common: default,matcher URxvt*inheritPixmap: true URxvt*inheritPixmap: false +URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode +URxvt*underlineURLs: true +URxvt*perl-lib: /home/gideonstar/etc/ +URxvt*perl-ext: selection,mark-yank-urls +URxvt*perl-ext-common: default,matcher +URxvt*urlLauncher: firefox +URxvt*matcher.button: 1 +URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] + #URxvt.cursorColor: #005588 URxvt*background: #000000 URxvt*foreground: #ffffff -- cgit v1.2.3