.Xdefaults

This commit is contained in:
Tom Willemsen 2012-09-15 13:38:27 +02:00
parent 96149a8546
commit 1c3aacb140

75
.Xdefaults Normal file
View file

@ -0,0 +1,75 @@
urxvt.internalBorder: 0
urxvt.loginShell: true
urxvt.scrollBar: false
urxvt.secondaryScroll: true
urxvt.saveLines: 65535
urxvt.cursorBlink: false
urxvt.cursorUnderline: true
urxvt.urgentOnBell: true
urxvt.termName: rxvt-256color
urxvt.visualBell: true
urxvt.perl-lib: /usr/lib/urxvt/perl/
urxvt.perl-ext-common: default,matcher,searchable-scrollback
urxvt.urlLauncher: firefox
urxvt.matcher.button: 1
urxvt.font: xft:osaka_unicode:weight=medium:pixelsize=18
urxvt.boldFont: xft:osaka_unicode:weight=black:pixelsize=18
urxvt.italicFont: xft:osaka_unicode:slant=italic:pixelsize=18
! urxvt.transparent: true
urxvt.background: #252a2b
urxvt.foreground: #eeeeec
urxvt.color0: #0c191c
urxvt.color8: #2e3436
urxvt.color1: #a40000
urxvt.color9: #ef2929
urxvt.color2: #4e9a06
urxvt.color10: #8ae234
urxvt.color3: #c4a000
urxvt.color11: #fce94f
urxvt.color4: #204a87
urxvt.color12: #729fcf
urxvt.color5: #5c3566
urxvt.color13: #ad7fa8
urxvt.color6: #9f5902
urxvt.color14: #e9b96e
urxvt.color7: #babdb6
urxvt.color15: #d3d7cf
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
Emacs.menuBar: off
Emacs.toolbar: off
Emacs.useXIM: off
Emacs.background: #252a2b
xfontsel.sampleText: \
static void print_sample_message(XWindow *win) {\n\
win.label->text = "Sample text 0123456789"\n\
}
xfontsel.sampleText16: \
static void print_sample_message(XWindow *win) {\n\
win.label->text = "Sample text 0123456789"\n\
}
xfontsel.sampleTextUCS: \
static void print_sample_message(XWindow *win) {\n\
win.label->text = "Sample text 0123456789"\n\
}