summaryrefslogtreecommitdiffstats
path: root/xdefaults
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-05-14 01:44:08 +0200
committerStefan Ritter <xeno@thehappy.de>2009-05-14 01:44:08 +0200
commita30c0608552bb9231ad2b991b032d50e4c97b891 (patch)
treeb793312e94ec8da3ab06601899ba752e1496122f /xdefaults
parentf8c0fa04841c38baf39c19f77485273060ccd418 (diff)
awesome_bar.sh is killed from xinitrc
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