summaryrefslogtreecommitdiffstats
path: root/xdefaults
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-31 01:20:07 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-31 01:20:07 +0200
commiteba0ee257eba75634d32016f1cc8fa1e01e8765e (patch)
tree0841cb1c958dded78bd7f66c7515d66cde0eeedb /xdefaults
parent691788c205c5f9ac1242d189cc2a0c230e827358 (diff)
Added yank-url stuff for urxvt
Diffstat (limited to '')
-rw-r--r--xdefaults14
1 files changed, 9 insertions, 5 deletions
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