From 34552732a27ee197bd91d91d709047cefed6bf6e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sun, 25 Oct 2009 14:32:27 +0100 Subject: Some Xdefaults cleanup and colorchanges --- xorg/xdefaults | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'xorg/xdefaults') diff --git a/xorg/xdefaults b/xorg/xdefaults index b327ec4..aa47948 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -1,8 +1,9 @@ -#URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* +# Font URxvt*font: xft:DejaVu Sans Mono:size=8 +# General Settings URxvt*buffered: true -URxvt*internalBorder: 2 +URxvt*internalBorder: 5 URxvt*reverseVideo: false URxvt*scrollBar: false URxvt*scrollstyle: plain @@ -15,8 +16,8 @@ URxvt*cutchars: `"()'*<>[]{|} URxvt*urgentOnBell: true URxvt*visualBell: false URxvt*selection.pattern-0: ([[:word:]]+) -URxvt*inheritPixmap: false +# Yank URLs URxvt*keysym.M-u: perl:mark-yank-urls:activate_mark_mode URxvt*underlineURLs: true URxvt*perl-lib: /home/gideonstar/etc/perl/ @@ -26,21 +27,24 @@ URxvt*urlLauncher: firefox URxvt*matcher.button: 1 URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] +# Transparency URxvt*inheritPixmap: True URxvt*transparent: True URxvt*shading: 35 URxvt*fading: 40 URxvt*tintColor: grey +# Colors URxvt*cursorColor: #6E8558 URxvt*background: #0e1310 URxvt*foreground: #ffffff URxvt*colorBD: #FFFFFF URxvt*colorUL: #FFFFFF + URxvt*color0: #5D5D5D URxvt*color1: #CC0000 URxvt*color2: #6E8558 -URxvt*color3: #C4A000 +URxvt*color3: #E7D78E URxvt*color4: #3465A4 URxvt*color5: #CEA86F URxvt*color6: #FFFFFF -- cgit v1.2.3