summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-06-30 21:21:34 +0200
committerGravatar Tom Willemsen2010-06-30 21:21:34 +0200
commit104692129fd34a52dd967095f57371d1781c9172 (patch)
tree98e17e104f643451a2b15a6cd8e367b71efeed00 /.Xdefaults
parent722c13a8fc093bc67b9be444547571d544cb79a0 (diff)
downloaddotfiles-104692129fd34a52dd967095f57371d1781c9172.tar.gz
dotfiles-104692129fd34a52dd967095f57371d1781c9172.zip
made install.sh executable
added .Xdefaults
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults44
1 files changed, 44 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
new file mode 100644
index 0000000..9bc9e1b
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,44 @@
+! General
+urxvt*loginShell: true
+urxvt*scrollBar: false
+urxvt*secondaryScroll: true
+urxvt*saveLines: 65535
+urxvt*cursorBlink: false
+urxvt*urgentOnBell: true
+
+! Extensions
+urxvt*perl-lib: /usr/lib/urxvt/perl/
+urxvt*perl-ext-common: default,matcher,searchable-scrollback
+urxvt*urlLauncher: chromium-browser
+urxvt*matcher.button: 1
+! - catch ugly URLs
+!urxvt.cutchars: `()'*<>[]{|}"
+
+! Appearance
+! - use a bitmap font
+urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
+urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-*
+! - cursor
+urxvt*cursorColor: #DCDCCC
+! - pseudo transparency
+urxvt*shading: 20
+urxvt*transparent: true
+! - color scheme
+urxvt.background: #000000
+urxvt.foreground: #EBEBFF
+urxvt*color0: #000000 ! black
+urxvt*color1: #E01010 ! red
+urxvt*color2: #00AA00 ! green
+urxvt*color3: #FFFF00 ! yellow
+urxvt*color4: #112037 ! blue
+urxvt*color5: #A020F0 ! purple
+urxvt*color6: #5B5BC7 ! cyan
+urxvt*color7: #FEFEFE ! white
+urxvt*color8: #6A6A6A ! bright-black
+urxvt*color9: #FF5555 ! bright-red
+urxvt*color10: #90EE90 ! bright-green
+urxvt*color11: #FFFF2F ! bright-yellow
+urxvt*color12: #5B5BC7 ! bright-blue
+urxvt*color13: #E628BA ! bright-purple
+urxvt*color14: #7D7DFB ! bright-cyan
+urxvt*color15: #FFFFFF ! bright-white \ No newline at end of file