From 5fccf763cd104357d2119b4b7066bca09fcfe154 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Wed, 29 Apr 2009 00:34:43 +0200 Subject: Re-release --- xdefaults | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 xdefaults (limited to 'xdefaults') diff --git a/xdefaults b/xdefaults new file mode 100644 index 0000000..ec85c56 --- /dev/null +++ b/xdefaults @@ -0,0 +1,50 @@ +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*buffered: true +URxvt*internalBorder: 2 +URxvt*reverseVideo: false +URxvt*scrollBar: false +URxvt*scrollstyle: plain +URxvt*secondaryscroll: true +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.cursorColor: #005588 +URxvt*background: #141414 +URxvt*foreground: #ffffff +URxvt*underlineColor: red +URxvt*colorBD: #FFFFFF +URxvt*colorUL: #FFFFFF +URxvt*color0: #5D5D5D +URxvt*color1: #CC0000 +URxvt*color2: #6E8558 +URxvt*color3: #C4A000 +URxvt*color4: #3465A4 +URxvt*color5: #CEA86F +URxvt*color6: #FFFFFF +URxvt*color7: #FFFFFF +URxvt*color8: #888888 +URxvt*color9: #D76666 +URxvt*color10: #B5DF8D +URxvt*color11: #FF0000 +URxvt*color12: #729FCF +URxvt*color13: #FFD28F +URxvt*color14: #69C8B1 +URxvt*color15: #9AC4DD -- cgit v1.2.3