summaryrefslogtreecommitdiffstats
path: root/Xdefaults
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-12-05 12:19:49 +0100
committerGravatar Tom Willemsen2010-12-05 12:19:49 +0100
commit96d8de83b8b0c614b6be701382d105ed081ad5f7 (patch)
tree3e2200adacba4d884cde7129becdb840eef30422 /Xdefaults
parente8200a854be85d58b7cd18fe463c8d0e1462a59d (diff)
downloaddotfiles-96d8de83b8b0c614b6be701382d105ed081ad5f7.tar.gz
dotfiles-96d8de83b8b0c614b6be701382d105ed081ad5f7.zip
Added awesome configuration
Diffstat (limited to 'Xdefaults')
-rw-r--r--Xdefaults53
1 files changed, 53 insertions, 0 deletions
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