diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-31 01:20:07 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-07-31 01:20:07 +0200 |
commit | eba0ee257eba75634d32016f1cc8fa1e01e8765e (patch) | |
tree | 0841cb1c958dded78bd7f66c7515d66cde0eeedb /xdefaults | |
parent | 691788c205c5f9ac1242d189cc2a0c230e827358 (diff) |
Added yank-url stuff for urxvt
Diffstat (limited to 'xdefaults')
-rw-r--r-- | xdefaults | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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 |