summaryrefslogtreecommitdiffstats
path: root/xdefaults
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--xdefaults17
1 files changed, 7 insertions, 10 deletions
diff --git a/xdefaults b/xdefaults
index 43893ae..dfc4391 100644
--- a/xdefaults
+++ b/xdefaults
@@ -1,13 +1,3 @@
-URxvt*.perl-ext-common: default,matcher
-
-URxvt.keysym.M-u: perl:mark-yank-urls,activate_mark_mode
-URxvt.perl-lib: /home/xeno/etc/
-URxvt.perl-ext: selection,urxvt-yank-urls
-
-#URxvt.transparent: true
-#URxvt.tintColor: #000000
-#URxvt.shading: 10
-
#URxvt*font: xft:terminus:pixelsize=8
URxvt*font:xft:Bitstream Vera Sans Mono:pixelsize=11
@@ -27,6 +17,9 @@ 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.cursorColor: #005588
URxvt*background: #141414
@@ -50,3 +43,7 @@ URxvt*color12: #729FCF
URxvt*color13: #FFD28F
URxvt*color14: #69C8B1
URxvt*color15: #9AC4DD
+
+#URxvt.transparent: true
+#URxvt.tintColor: #000000
+#URxvt.shading: 10