From 1c3aacb1400d2d1e6ec3318716e02c38432cee59 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 15 Sep 2012 13:38:27 +0200 Subject: .Xdefaults --- .Xdefaults | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 .Xdefaults (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..3b8c604 --- /dev/null +++ b/.Xdefaults @@ -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\ +} -- cgit v1.2.3-54-g00ecf