From 96d8de83b8b0c614b6be701382d105ed081ad5f7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 5 Dec 2010 12:19:49 +0100 Subject: Added awesome configuration --- Xdefaults | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Xdefaults (limited to 'Xdefaults') diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..7f94348 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,53 @@ +! General +urxvt*loginShell: true +urxvt*scrollBar: false +urxvt*secondaryScroll: true +urxvt*saveLines: 65535 +urxvt*cursorBlink: false +urxvt*cursorUnderline: true +urxvt*urgentOnBell: true + +! Extensions +urxvt*perl-lib: /usr/lib/urxvt/perl/ +urxvt*perl-ext-common: default,matcher,searchable-scrollback +urxvt*urlLauncher: chromium +urxvt*matcher.button: 1 +! - catch ugly URLs +!urxvt.cutchars: `()'*<>[]{|}" + +! Appearance +! - use a bitmap font +urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-* +urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-* +! - cursor +urxvt*cursorColor: #DCDCCC +! - pseudo transparency +urxvt*shading: 50 +urxvt*transparent: true +! - color scheme +urxvt.background: #000000 +urxvt.foreground: #FFFFFF +! black + red +urxvt*color0: #000000 +urxvt*color1: #AA0000 +! green + yellow +urxvt*color2: #00AA00 +urxvt*color3: #DFAF8F +! blue + purple +urxvt*color4: #0000AA +urxvt*color5: #DC8CC3 +! cyan + white +urxvt*color6: #8CD0D3 +urxvt*color7: #DCDCCC +! bright-black + birhgt-red +urxvt*color8: #709080 +urxvt*color9: #FF0000 +! bright-green + bright-yellow +urxvt*color10: #00FF00 +urxvt*color11: #F0DFAF +! bright-blue + bright-purple +urxvt*color12: #00B4FF +urxvt*color13: #EC93D3 +! bright-cyan + bright-white +urxvt*color14: #93E0E3 +urxvt*color15: #FFFFFF -- cgit v1.2.3-54-g00ecf