summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-10-12 15:36:58 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-10-12 15:36:58 +0200
commit85d60e4c27afedaed0731481dc4167ce06c5c70b (patch)
treea365be8d5461fd7f4d3738a0ad7e8fa09159a654 /.Xresources
parentf9c601213ef4941acb0b12624b8df81800be5a6b (diff)
downloaddotfiles-85d60e4c27afedaed0731481dc4167ce06c5c70b.tar.gz
dotfiles-85d60e4c27afedaed0731481dc4167ce06c5c70b.tar.bz2
dotfiles-85d60e4c27afedaed0731481dc4167ce06c5c70b.zip
Some configuration of urxvt
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources37
1 files changed, 37 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..3669dce
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,37 @@
+! urxvt config
+URxvt.font: xft:Inconsolata:size=11
+URxvt.scrollstyle: plain
+URxvt.iconFile: /usr/share/icons/hicolor/scalable/apps/Terminal.svg
+
+URxvt.perl-ext-common: default,url-select
+URxvt.url-select.launcher: /home/necoro/bin/openlink
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.url-select.underline: true
+
+URxvt.background: #000000
+URxvt.foreground: #FFFFFF
+
+!black
+URxvt.color0: #000000
+URxvt.color8: #555555
+!red
+URxvt.color1: #AA0000
+URxvt.color9: #FF5555
+!green
+URxvt.color2: #00AA00
+URxvt.color10: #55FF55
+!yellow
+URxvt.color3: #AA5500
+URxvt.color11: #FFFF55
+!blue
+URxvt.color4: #0000AA
+URxvt.color12: #5555FF
+!magenta
+URxvt.color5: #AA00AA
+URxvt.color13: #FF55FF
+!cyan
+URxvt.color6: #00AAAA
+URxvt.color14: #55FFFF
+!white
+URxvt.color7: #AAAAAA
+URxvt.color15: #FFFFFF